background lineargradient update

pull/715/head
Audric Ackermann 5 years ago
parent 9f31d026da
commit 407adab758

@ -91,7 +91,7 @@
} }
.inbox { .inbox {
@include session-dark-background; background: linear-gradient(180deg, #171717 0%, #121212 100%);
} }
.conversation { .conversation {

@ -104,9 +104,7 @@ $session-compose-margin: 20px;
&__header { &__header {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding: 28px 7px 28px 0px; margin: 15px 7px 14px 0px;
background-color: $session-shade-3;
.session-button { .session-button {
margin-left: auto; margin-left: auto;
@ -129,7 +127,8 @@ $session-compose-margin: 20px;
} }
&-overlay { &-overlay {
@include session-dark-background-lighter; background: linear-gradient(180deg, #171717 0%, #121212 100%);
box-shadow: 0 0 100px 0 rgba(0,0,0,0.5);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@ -230,7 +229,7 @@ $session-compose-margin: 20px;
.user-search-dropdown { .user-search-dropdown {
width: 100%; width: 100%;
flex-grow: 1; flex-grow: 1;
overflow-y: scroll; overflow-y: auto;
} }
.session-search-input { .session-search-input {

Loading…
Cancel
Save