FIX: alignment in notifications
This commit is contained in:
parent
c55eb67a91
commit
fb0ee2401e
|
@ -200,10 +200,11 @@
|
||||||
.icon { color: scale-color($primary, $lightness: 30%); }
|
.icon { color: scale-color($primary, $lightness: 30%); }
|
||||||
li {
|
li {
|
||||||
background-color: scale-color($tertiary, $lightness: 90%);
|
background-color: scale-color($tertiary, $lightness: 90%);
|
||||||
padding: 5px 0 0 5px;
|
padding: 5px 0 0 2px;
|
||||||
i {
|
i {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
span { color: $primary; }
|
span { color: $primary; }
|
||||||
&:hover a { background: transparent; }
|
&:hover a { background: transparent; }
|
||||||
|
|
Loading…
Reference in New Issue