fixes icon notifications on admin header

This commit is contained in:
decabeza
2017-09-25 19:17:48 +02:00
parent aafd82542e
commit 7827f6edd1

View File

@@ -48,11 +48,7 @@ $sidebar-active: #f4fcd0;
color: #000;
height: auto;
span {
padding-top: $line-height / 2;
}
[class^="icon-"] {
[class^="icon-"]:not(.icon-circle) {
font-size: $base-font-size;
}
}
@@ -104,6 +100,10 @@ $sidebar-active: #f4fcd0;
}
}
.notifications .icon-circle {
color: $admin-color;
}
.dropdown.menu > .is-dropdown-submenu-parent > a::after {
border-color: #000 transparent transparent;
}