24 lines
438 B
SCSS
24 lines
438 B
SCSS
@import "theme.scss";
|
|
|
|
#connection.hidden {
|
|
visibility: hidden;
|
|
}
|
|
|
|
#connection.member {
|
|
background-color: $background-secondary-alt;
|
|
padding: 8px;
|
|
cursor: pointer; /* clicking on this brings up the select-status context menu */
|
|
}
|
|
|
|
#connection.member .name {
|
|
width: calc(224px - 40px);
|
|
}
|
|
|
|
#member-name.name {
|
|
font-weight: 600;
|
|
}
|
|
|
|
#member-status-circle.status-circle {
|
|
border-color: $background-secondary-alt;
|
|
}
|