mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
another quick pass at ranking all zindexes and listing them in variables for quick overview and editing later
This commit is contained in:
+10
-1
@@ -44,7 +44,16 @@
|
||||
@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
|
||||
|
||||
// Fluid width sidebar
|
||||
@fluidSidebarWidth: 220px;
|
||||
@fluidSidebarWidth: 220px;
|
||||
|
||||
|
||||
// Z-INDEX
|
||||
// -------
|
||||
@zindexDropdowns: 1000;
|
||||
@zindexTwipsy: 1000;
|
||||
@zindexFixedNavbar: 1010;
|
||||
@zindexPopover: 1020;
|
||||
@zindexModal: 1030;
|
||||
|
||||
|
||||
// THEME VARIABLES
|
||||
|
||||
Reference in New Issue
Block a user