diff options
| author | Mark Otto <[email protected]> | 2017-01-02 11:48:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-02 11:48:51 -0800 |
| commit | 20b05e42e33bea09e0632d607e70bcf9552b8d65 (patch) | |
| tree | 154b081d33fdba9b9fcae8c259aa05eedb285e98 /scss/_variables.scss | |
| parent | 4dc6f44796c2b73d40f72fff0f809cc3f87b7343 (diff) | |
| download | bootstrap-20b05e42e33bea09e0632d607e70bcf9552b8d65.tar.xz bootstrap-20b05e42e33bea09e0632d607e70bcf9552b8d65.zip | |
update rest of docs, remove navbar specific modifiers, fix docs example css
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 7db751d4c..44e4d5737 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -593,14 +593,14 @@ $dropdown-header-color: $gray-light !default; // of components dependent on the z-axis and are designed to all work together. $zindex-dropdown-backdrop: 990 !default; -$zindex-navbar: 1000 !default; -$zindex-dropdown: 1000 !default; -$zindex-navbar-fixed: 1030 !default; -$zindex-navbar-sticky: 1030 !default; -$zindex-modal-backdrop: 1040 !default; -$zindex-modal: 1050 !default; -$zindex-popover: 1060 !default; -$zindex-tooltip: 1070 !default; +$zindex-navbar: 1000 !default; +$zindex-dropdown: 1000 !default; +$zindex-fixed: 1030 !default; +$zindex-sticky: 1030 !default; +$zindex-modal-backdrop: 1040 !default; +$zindex-modal: 1050 !default; +$zindex-popover: 1060 !default; +$zindex-tooltip: 1070 !default; // Navbar |
