mirror of
https://github.com/moparisthebest/mail
synced 2025-02-21 05:11:50 -05:00
[WO-280] improve readability of sent date
This commit is contained in:
parent
d6c038d6fd
commit
0143db7f0b
@ -58,7 +58,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 6em * ($font-size-small / $font-size-smaller);
|
width: 6em * ($font-size-small / $font-size-smaller);
|
||||||
color: $color-grey-light;
|
color: $color-grey-medium;
|
||||||
font-size: $font-size-smaller;
|
font-size: $font-size-smaller;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
line-height: 1.5em * ($font-size-small / $font-size-smaller);
|
line-height: 1.5em * ($font-size-small / $font-size-smaller);
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
color: $color-grey-light;
|
color: $color-grey-medium;
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user