mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
changed zindex variables to use !default like everything else.
This commit is contained in:
parent
0ef5abedfa
commit
38a0e42fac
1 changed files with 6 additions and 6 deletions
|
@ -114,12 +114,12 @@ $dropdownDividerBottom: $white !default;
|
||||||
// -------------------------
|
// -------------------------
|
||||||
// Used for a bird's eye view of components dependent on the z-axis
|
// Used for a bird's eye view of components dependent on the z-axis
|
||||||
// Try to avoid customizing these :)
|
// Try to avoid customizing these :)
|
||||||
$zindexDropdown: 1000;
|
$zindexDropdown: 1000 !default;
|
||||||
$zindexPopover: 1010;
|
$zindexPopover: 1010 !default;
|
||||||
$zindexTooltip: 1020;
|
$zindexTooltip: 1020 !default;
|
||||||
$zindexFixedNavbar: 1030;
|
$zindexFixedNavbar: 1030 !default;
|
||||||
$zindexModalBackdrop: 1040;
|
$zindexModalBackdrop: 1040 !default;
|
||||||
$zindexModal: 1050;
|
$zindexModal: 1050 !default;
|
||||||
|
|
||||||
|
|
||||||
// Sprite icons path
|
// Sprite icons path
|
||||||
|
|
Loading…
Reference in a new issue