@@ -501,7 +501,6 @@ $checkbox-on-bg-dark: $dark !default;
501
501
$checkbox-off-border-default : $positive !default ;
502
502
$checkbox-on-bg-default : $positive !default ;
503
503
504
-
505
504
$checkbox-check-width : 3px !default ;
506
505
$checkbox-check-color : #fff !default ;
507
506
@@ -593,6 +592,19 @@ $popup-button-line-height: 20px !default;
593
592
$popup-button-min-height : 45px !default ;
594
593
595
594
595
+ // Loading
596
+ // -------------------------------
597
+
598
+ $loading-text-color : #fff !default ;
599
+ $loading-bg-color : rgba (0 ,0 ,0 ,0.7 ) !default ;
600
+ $loading-padding : 20px !default ;
601
+ $loading-border-radius : 5px !default ;
602
+ $loading-font-size : 15px !default ;
603
+
604
+ $loading-backdrop-fadein-duration :0.3s !default ;
605
+ $loading-backdrop-bg-color : rgba (0 ,0 ,0 ,0.7 ) !default ;
606
+
607
+
596
608
// Badges
597
609
// -------------------------------
598
610
@@ -648,6 +660,7 @@ $z-index-item-options: 1 !default;
648
660
$z-index-item-radio : 3 !default ;
649
661
$z-index-item-reordering : 9 !default ;
650
662
$z-index-item-toggle : 3 !default ;
663
+ $z-index-loading-backdrop : 11 !default ;
651
664
$z-index-menu : 0 !default ;
652
665
$z-index-modal : 10 !default ;
653
666
$z-index-pane : 1 !default ;
0 commit comments