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.
session-desktop/stylesheets/_session_theme_dark_left_pa...

38 lines
624 B
SCSS

.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;
}