mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Merge pull request #174 from whiteout-io/dev/WO-717
Desktop mode: align folder icons text in nav
This commit is contained in:
commit
97ec23c973
@ -49,8 +49,9 @@
|
|||||||
fill: $color-white;
|
fill: $color-white;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
vertical-align: baseline;
|
vertical-align: middle;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
margin-top: -0.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn-icon-very-light {
|
.btn-icon-very-light {
|
||||||
@ -96,8 +97,9 @@
|
|||||||
fill: $color-white;
|
fill: $color-white;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
vertical-align: baseline;
|
vertical-align: middle;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
margin-top: -0.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user