mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
rename navbar variables, change navbar search placeholder to mixin
This commit is contained in:
+9
-2
@@ -51,6 +51,9 @@
|
||||
// COMPONENT VARIABLES
|
||||
// --------------------------------------------------
|
||||
|
||||
// Input placeholder text color
|
||||
@placeHolderText: @grayLight;
|
||||
|
||||
// Z-index master list
|
||||
// Used for a bird's eye view of components dependent on the z-axis
|
||||
@zindexDropdown: 1000;
|
||||
@@ -60,5 +63,9 @@
|
||||
@zindexModalBackdrop: 1040;
|
||||
@zindexModal: 1050;
|
||||
|
||||
// Input placeholder text color
|
||||
@placeHolderText: @grayLight;
|
||||
// Navbar
|
||||
@navBarHeight: 40px;
|
||||
@navbarBackground: #222;
|
||||
@navbarBackgroundHighlight: #333;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user