FIX: alignment in notifications

This commit is contained in:
Régis Hanol 2014-08-06 19:08:12 +02:00
parent c55eb67a91
commit fb0ee2401e
1 changed files with 2 additions and 1 deletions

View File

@ -200,10 +200,11 @@
.icon { color: scale-color($primary, $lightness: 30%); }
li {
background-color: scale-color($tertiary, $lightness: 90%);
padding: 5px 0 0 5px;
padding: 5px 0 0 2px;
i {
float: left;
margin-right: 5px;
padding-top: 2px;
}
span { color: $primary; }
&:hover a { background: transparent; }