mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(loading): fix css var
This commit is contained in:
@ -3,15 +3,15 @@
|
|||||||
// iOS Loading Indicator
|
// iOS Loading Indicator
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
/// @prop - Font family of the alert
|
/// @prop - Color of backdrop
|
||||||
|
$loading-backdrop-ios-color: $backdrop-ios-color !default;
|
||||||
|
|
||||||
|
/// @prop - Font family of the loading wrapper
|
||||||
$loading-ios-font-family: $font-family-ios-base !default;
|
$loading-ios-font-family: $font-family-ios-base !default;
|
||||||
|
|
||||||
/// @prop - Font size of the alert
|
/// @prop - Font size of the loading wrapper
|
||||||
$loading-ios-font-size: $font-size-ios-base !default;
|
$loading-ios-font-size: $font-size-ios-base !default;
|
||||||
|
|
||||||
/// @prop - Color of backdrop
|
|
||||||
$loading-backdrop-ios-color: $backdrop-ios-color !default;
|
|
||||||
|
|
||||||
/// @prop - Padding top of the loading wrapper
|
/// @prop - Padding top of the loading wrapper
|
||||||
$loading-ios-padding-top: 24px !default;
|
$loading-ios-padding-top: 24px !default;
|
||||||
|
|
||||||
|
|||||||
@ -3,15 +3,15 @@
|
|||||||
// Material Design Loading Indicator
|
// Material Design Loading Indicator
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
/// @prop - Font family of the alert
|
/// @prop - Color of backdrop
|
||||||
|
$loading-backdrop-md-color: $backdrop-md-color !default;
|
||||||
|
|
||||||
|
/// @prop - Font family of the loading wrapper
|
||||||
$loading-md-font-family: $font-family-md-base !default;
|
$loading-md-font-family: $font-family-md-base !default;
|
||||||
|
|
||||||
/// @prop - Font size of the alert
|
/// @prop - Font size of the loading wrapper
|
||||||
$loading-md-font-size: $font-size-md-base !default;
|
$loading-md-font-size: $font-size-md-base !default;
|
||||||
|
|
||||||
/// @prop - Color of backdrop
|
|
||||||
$loading-backdrop-md-color: $backdrop-md-color !default;
|
|
||||||
|
|
||||||
/// @prop - Padding top of the loading wrapper
|
/// @prop - Padding top of the loading wrapper
|
||||||
$loading-md-padding-top: 24px !default;
|
$loading-md-padding-top: 24px !default;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user