fix contact-section content bg

pull/715/head
Audric Ackermann 5 years ago
parent 0e7f348c70
commit 7810d7ad43

@ -91,7 +91,7 @@
} }
.inbox { .inbox {
background-image: $session-gradient-black; @include session-dark-background;
} }
.conversation { .conversation {

@ -71,9 +71,6 @@ $session-compose-margin: 20px;
} }
} }
} }
.inbox {
@include session-dark-background;
}
.module-left-pane { .module-left-pane {
border-right: none !important; border-right: none !important;
@ -313,6 +310,8 @@ $session-compose-margin: 20px;
&-content { &-content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.module-conversation-list-item { .module-conversation-list-item {
&--has-friend-request { &--has-friend-request {
&:first-child{ &:first-child{
@ -340,6 +339,10 @@ $session-compose-margin: 20px;
} }
} }
} }
&-content {
@include session-dark-background-lighter;
}
&-bottom-buttons { &-bottom-buttons {
@include bottom-buttons(); @include bottom-buttons();
@ -382,6 +385,7 @@ $session-compose-margin: 20px;
background-color: $session-shade-7; background-color: $session-shade-7;
} }
&__buttons { &__buttons {
display: flex; display: flex;

Loading…
Cancel
Save