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

@ -4,10 +4,6 @@
// iOS Picker
// --------------------------------------------------
.picker-ios {
font-family: $picker-ios-font-family;
}
.picker-ios .picker-wrapper {
height: $picker-ios-height;

View File

@ -3,9 +3,6 @@
// iOS Picker
// --------------------------------------------------
/// @prop - Font family of the picker
$picker-ios-font-family: $font-family-base !default;
/// @prop - Height of the picker wrapper
$picker-ios-height: 260px !default;

View File

@ -4,10 +4,6 @@
// Material Design Picker
// --------------------------------------------------
.picker-md {
font-family: $picker-md-font-family;
}
.picker-md .picker-wrapper {
height: $picker-md-height;

View File

@ -3,9 +3,6 @@
// Material Design Picker
// --------------------------------------------------
/// @prop - Font family of the picker
$picker-md-font-family: $font-family-base !default;
/// @prop - Height of the picker wrapper
$picker-md-height: 260px !default;

View File

@ -13,6 +13,8 @@ ion-picker {
width: $picker-width;
height: $picker-width;
font-family: $font-family-base;
contain: strict;
user-select: none;
z-index: $z-index-overlay;