|
|
|
@ -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;
|
|
|
|
|
|
|
|
|
|