blob: 19a483fed0e1f84814122a6ee2958376380e8398 [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
:root {
--color-status-active: #259b24;
}
.members {
background-color: var(--color-background-light);
color: var(--color-text);
padding: 8px;
}
.members .title {
font-weight: 700;
text-transform: uppercase;
}
.members ul {
list-style: none;
padding-left: 0;
}
.members .status-active {
color: var(--color-status-active);
margin-right: 4px;
}