You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
624 B
SCSS
38 lines
624 B
SCSS
6 years ago
|
.dark-theme {
|
||
|
.module-conversation-list-item {
|
||
|
background-color: $session-shade-4;
|
||
|
&:hover {
|
||
|
background-color: $session-shade-11;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.module-left-pane {
|
||
|
border-right: none !important;
|
||
|
width: 300px;
|
||
|
|
||
|
&-session {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
&__sections-container {
|
||
|
height: -webkit-fill-available;
|
||
|
width: 80px;
|
||
|
display: inline-flex;
|
||
|
flex-direction: column;
|
||
|
background: $session-shade-2;
|
||
|
|
||
|
.module-avatar,
|
||
|
.session-icon-button {
|
||
|
margin: 30px auto 30px auto;
|
||
|
&:last-child {
|
||
|
margin: auto auto 30px auto;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.gutter {
|
||
|
width: 380px;
|
||
|
}
|