chore(badge): update badge

This commit is contained in:
Adam Bradley
2017-05-02 21:57:10 -05:00
parent f48ff64d2e
commit 94785d9f1d

View File

@@ -11,9 +11,8 @@ $badge-font-size: 1.3rem !default;
$badge-font-weight: bold !default;
ion-badge {
@include text-align(center);
ion-badge,
:host {
display: inline-block;
visibility: inherit !important;
contain: content;
@@ -28,6 +27,7 @@ ion-badge {
font-weight: $badge-font-weight;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
}