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

@@ -7,7 +7,6 @@
--padding-bottom: #{$input-ios-padding-bottom};
--padding-start: #{$input-ios-padding-start};
font-family: $input-ios-font-family;
font-size: $input-ios-font-size;
}

View File

@@ -4,9 +4,6 @@
// iOS Input
// --------------------------------------------------
/// @prop - Font family of the input
$input-ios-font-family: $font-family-base !default;
/// @prop - Font size of the input
$input-ios-font-size: inherit !default;

View File

@@ -11,7 +11,6 @@
--padding-bottom: #{$input-md-padding-bottom};
--padding-start: #{$input-md-padding-start};
font-family: $input-md-font-family;
font-size: $input-md-font-size;
}

View File

@@ -4,9 +4,6 @@
// Material Design Input
// --------------------------------------------------
/// @prop - Font family of the input
$input-md-font-family: $font-family-base !default;
/// @prop - Font size of the input
$input-md-font-size: inherit !default;

View File

@@ -25,6 +25,8 @@
/* TODO: find a better solution in padding.css, that does not require !important, */
padding: 0 !important;
/* stylelint-enable */
font-family: $font-family-base;
}
:host(.ion-color) {