fix contact-section content bg

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

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

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

Loading…
Cancel
Save