mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: alignment in notifications
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user