mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
refactor(all): cleanup mode font
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
.loading-ios {
|
||||
font-family: $loading-ios-font-family;
|
||||
font-size: $loading-ios-font-size;
|
||||
}
|
||||
|
||||
|
||||
@ -3,9 +3,6 @@
|
||||
// iOS Loading Indicator
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Font family of the loading wrapper
|
||||
$loading-ios-font-family: $font-family-base !default;
|
||||
|
||||
/// @prop - Font size of the loading wrapper
|
||||
$loading-ios-font-size: 14px !default;
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
.loading-md {
|
||||
font-family: $loading-md-font-family;
|
||||
font-size: $loading-md-font-size;
|
||||
}
|
||||
|
||||
|
||||
@ -3,9 +3,6 @@
|
||||
// Material Design Loading Indicator
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Font family of the loading wrapper
|
||||
$loading-md-font-family: $font-family-base !default;
|
||||
|
||||
/// @prop - Font size of the loading wrapper
|
||||
$loading-md-font-size: 14px !default;
|
||||
|
||||
|
||||
@ -13,6 +13,8 @@ ion-loading {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
font-family: $font-family-base;
|
||||
|
||||
contain: strict;
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user