Messages fix

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

@ -1,9 +1,18 @@
// Messages // Messages
.dark-theme {
.conversation { .discussion-container {
background: none !important; @at-root .light-theme #{&} {
background-color: $session-color-white;
} }
.module-conversation-header { @at-root .dark-theme #{&} {
background-color: $session-shade-2;
}
}
.conversation {
background: none !important;
}
.module-conversation-header {
border-bottom: none; border-bottom: none;
@at-root .light-theme #{&} { @at-root .light-theme #{&} {
@ -12,9 +21,9 @@
@at-root .dark-theme #{&} { @at-root .dark-theme #{&} {
background-color: $session-shade-4; background-color: $session-shade-4;
} }
} }
.module-message { .module-message {
&__author, &__author,
&__metadata__badge, &__metadata__badge,
&__metadata__date--incoming, &__metadata__date--incoming,
@ -51,9 +60,9 @@
transition: background-color 0.25s; transition: background-color 0.25s;
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.69); box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.69);
} }
} }
.message { .message {
&-highlighted { &-highlighted {
border-radius: 0; border-radius: 0;
@ -81,12 +90,12 @@
&-read-receipt-container { &-read-receipt-container {
margin-left: 5px; margin-left: 5px;
} }
} }
.inbox { .inbox {
background-image: $session-gradient-black; background-image: $session-gradient-black;
}
} }
.conversation { .conversation {
background: none !important; background: none !important;
} }

Loading…
Cancel
Save