cordis/client/webapp/styles/connection.scss

24 lines
438 B
SCSS
Raw Normal View History

2021-10-31 19:02:26 +00:00
@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;
}