refactor(all): cleanup mode font

This commit is contained in:
Manu Mtz.-Almeida
2018-08-24 03:33:44 +02:00
parent 0d8097b3ad
commit d12ef78de6
109 changed files with 54 additions and 221 deletions

View File

@ -6,6 +6,4 @@
:host {
@include border-radius($badge-ios-border-radius);
font-family: $badge-ios-font-family;
}

View File

@ -5,6 +5,3 @@
/// @prop - Border radius of the badge
$badge-ios-border-radius: 10px !default;
/// @prop - Font family of the badge
$badge-ios-font-family: $font-family-base !default;

View File

@ -6,6 +6,4 @@
:host {
@include border-radius($badge-md-border-radius);
font-family: $badge-md-font-family;
}

View File

@ -5,6 +5,3 @@
/// @prop - Border radius of the badge
$badge-md-border-radius: 4px !default;
/// @prop - Font family of the badge
$badge-md-font-family: $font-family-base !default;

View File

@ -30,6 +30,7 @@
background: var(--background);
color: var(--color);
font-family: $font-family-base;
font-size: $badge-font-size;
font-weight: $badge-font-weight;