z-indexes variables
This commit is contained in:
parent
8fc558370f
commit
31940244a9
1 changed files with 9 additions and 1 deletions
|
@ -44,7 +44,6 @@ $weight-regular : 400; // default
|
||||||
$weight-medium : 500;
|
$weight-medium : 500;
|
||||||
$weight-bold : 700;
|
$weight-bold : 700;
|
||||||
|
|
||||||
|
|
||||||
// grid gutters (for .has-gutter-* classes)
|
// grid gutters (for .has-gutter-* classes)
|
||||||
$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem );
|
$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem );
|
||||||
|
|
||||||
|
@ -65,6 +64,15 @@ $extra-large-plus-value : 12rem !default;
|
||||||
$ultra-large-value : 16rem !default;
|
$ultra-large-value : 16rem !default;
|
||||||
$ultra-large-plus-value : 20rem !default;
|
$ultra-large-plus-value : 20rem !default;
|
||||||
|
|
||||||
|
// z-indexes
|
||||||
|
$zindex-navigation: 1000 !default;
|
||||||
|
$zindex-dropdown: 2000 !default;
|
||||||
|
$zindex-popover: 3000 !default;
|
||||||
|
$zindex-tooltip: 4000 !default;
|
||||||
|
$zindex-modal: 5000 !default;
|
||||||
|
$zindex-notification: 6000 !default;
|
||||||
|
$zindex-debug: 7000 !default;
|
||||||
|
|
||||||
// color names
|
// color names
|
||||||
$white : #fff !default;
|
$white : #fff !default;
|
||||||
$gray-100 : #f8f9fa !default;
|
$gray-100 : #f8f9fa !default;
|
||||||
|
|
Loading…
Reference in a new issue