enhanced direct-chat-contacts

- updated direct-chat-contacts background to $dark
- updated contacts-list-date & contacts-list-msg to $gray-400
- added direct-chat-contacts-light style
pull/2197/head
REJack 2019-08-19 13:11:11 +02:00
parent af21f07b3d
commit c471db9628
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 19 additions and 3 deletions

View File

@ -122,7 +122,7 @@
.direct-chat-contacts {
@include translate(101%, 0);
background: $gray-900;
background: $dark;
bottom: 0;
color: $white;
height: 250px;
@ -132,6 +132,22 @@
width: 100%;
}
.direct-chat-contacts-light {
background: $light;
.contacts-list-name {
color: $gray-700;
}
.contacts-list-date {
color: $gray-600;
}
.contacts-list-msg {
color: darken($gray-600, 10%);
}
}
//Contacts list -- for displaying contacts in direct chat contacts pane
.contacts-list {
@extend .list-unstyled;
@ -173,12 +189,12 @@
}
.contacts-list-date {
color: $gray-500;
color: $gray-400;
font-weight: normal;
}
.contacts-list-msg {
color: darken($gray-500, 25%);
color: darken($gray-400, 10%);
}
// Color variants