mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 18:53:40 +08:00
Revert "UX: Centering Badge notification styles on mobile."
This reverts commit fce902ab1e
.
This commit is contained in:
parent
4c14894958
commit
1acef41e51
|
@ -9,7 +9,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@include border-radius-all(9px);
|
@include border-radius-all(10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Category badges
|
// Category badges
|
||||||
|
@ -234,16 +234,13 @@
|
||||||
|
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
@extend %badge;
|
@extend %badge;
|
||||||
|
padding: 4px 5px 2px 5px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 18px;
|
line-height: 1;
|
||||||
min-width: 12px;
|
|
||||||
height: 18px;
|
|
||||||
padding: 0px 3px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 70%));
|
background-color: dark-light-choose(scale-color($primary, $lightness: 70%), scale-color($secondary, $lightness: 70%));
|
||||||
|
|
||||||
&[href] {
|
&[href] {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user