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