mirror of
https://github.com/moparisthebest/mail
synced 2024-10-31 15:25:01 -04:00
Desktop mode: mail-list read backgroung grau shade a bit lighter
This commit is contained in:
parent
77fc111ee8
commit
5eafb448c8
@ -33,6 +33,7 @@ $color-grey-dark-alpha: rgba(0, 0, 0, 0.80);
|
|||||||
// -------------------------------------------
|
// -------------------------------------------
|
||||||
|
|
||||||
$color-bg: $color-white;
|
$color-bg: $color-white;
|
||||||
|
$color-bg-dark: $color-grey-lighterer;
|
||||||
$color-text: $color-grey-dark;
|
$color-text: $color-grey-dark;
|
||||||
$color-text-light: $color-grey-medium;
|
$color-text-light: $color-grey-medium;
|
||||||
$color-main: $color-blue;
|
$color-main: $color-blue;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
background: $color-grey-lighterer;
|
background: $color-bg-dark;
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
@include respond-to(lg) {
|
@include respond-to(lg) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: $color-border-light;
|
background: $color-bg-dark;
|
||||||
|
|
||||||
& > header {
|
& > header {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user