Revert "UX: Centering Badge notification styles on mobile."

This reverts commit fce902ab1e.
This commit is contained in:
Guo Xiang Tan 2016-08-08 09:02:46 +08:00
parent 4c14894958
commit 1acef41e51

View File

@ -9,7 +9,7 @@
display: inline-block;
font-weight: normal;
white-space: nowrap;
@include border-radius-all(9px);
@include border-radius-all(10px);
}
// Category badges
@ -234,16 +234,13 @@
.badge-notification {
@extend %badge;
padding: 4px 5px 2px 5px;
vertical-align: middle;
color: $secondary;
font-size: 11px;
line-height: 18px;
min-width: 12px;
height: 18px;
padding: 0px 3px;
line-height: 1;
text-align: center;
background-color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 70%));
&[href] {
color: $secondary;
}