1
0
Fork 0
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:
Olli Huotari 2012-08-16 15:32:02 +03:00 committed by Thomas McDonald
parent 0ef5abedfa
commit 38a0e42fac

View file

@ -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