minor unread circle alignment fix
This commit is contained in:
parent
1f42dda939
commit
06e048bf89
|
@ -61,11 +61,11 @@ h1 a.badge-category div {vertical-align: top;}
|
||||||
|
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
@extend %badge;
|
@extend %badge;
|
||||||
padding: 3px;
|
padding: 3px 5px;
|
||||||
|
vertical-align: middle;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
min-width: 11px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: scale-color($primary, $lightness: 70%);
|
background-color: scale-color($primary, $lightness: 70%);
|
||||||
&[href] {
|
&[href] {
|
||||||
|
|
Loading…
Reference in New Issue