docs(loading): fix css var

This commit is contained in:
Manu Mtz.-Almeida
2018-02-10 00:38:07 +01:00
parent e3510a3712
commit c960c1dc03
2 changed files with 10 additions and 10 deletions

View File

@ -3,15 +3,15 @@
// 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;
/// @prop - Font size of the alert
/// @prop - Font size of the loading wrapper
$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
$loading-ios-padding-top: 24px !default;

View File

@ -3,15 +3,15 @@
// 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;
/// @prop - Font size of the alert
/// @prop - Font size of the loading wrapper
$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
$loading-md-padding-top: 24px !default;