style(sass): move font smooth to mixin and remove webkit properties

autoprefixer is adding the backdrop-filter for us now
This commit is contained in:
Brandy Carney
2018-03-28 17:57:00 -04:00
parent 54558c92af
commit 88752dea51
22 changed files with 22 additions and 41 deletions

View File

@ -4,6 +4,7 @@
// --------------------------------------------------
ion-badge {
@include font-smoothing();
@include padding($badge-ios-padding-top, $badge-ios-padding-end, $badge-ios-padding-bottom, $badge-ios-padding-start);
@include text-align(center);
@ -19,9 +20,6 @@ ion-badge {
white-space: nowrap;
vertical-align: baseline;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
contain: content;
}