(css) Improve contacts and messages lists

This commit is contained in:
Francis Lachapelle
2015-05-08 12:06:52 -04:00
parent 395f3585ca
commit 499e66ffe9
10 changed files with 94 additions and 111 deletions
@@ -11,6 +11,16 @@
transform: translateY(-100%); // Compensate the container top-margin
}
.unread {
.#{$md}-subhead-multi,
.#{$md}-body-multi {
font-weight: $sg-font-medium;
}
.msg-date {
color: sg-color($sogoBlue, 600);
}
}
.msg-header-content {
display: flex;
flex-direction: column;