Messages fix

pull/717/head
Vincent 6 years ago
parent 2b7af04587
commit 00f75ee9be

@ -1,5 +1,14 @@
// Messages
.dark-theme {
.discussion-container {
@at-root .light-theme #{&} {
background-color: $session-color-white;
}
@at-root .dark-theme #{&} {
background-color: $session-shade-2;
}
}
.conversation {
background: none !important;
}
@ -86,7 +95,7 @@
.inbox {
background-image: $session-gradient-black;
}
}
.conversation {
background: none !important;
}

Loading…
Cancel
Save