diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:27:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:27:13 -0800 |
| commit | a09cea44aeb6f19f560205636e9312e71d58d58c (patch) | |
| tree | ae8d9774351ad2824fd70fd075f48bfd348e58c6 /less/variables.less | |
| parent | 01421ecd62c0f3013f881ad3fcde10769d7328ec (diff) | |
| download | bootstrap-a09cea44aeb6f19f560205636e9312e71d58d58c.tar.xz bootstrap-a09cea44aeb6f19f560205636e9312e71d58d58c.zip | |
more vars changed
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/less/variables.less b/less/variables.less index dcdecd125..d3f1f1243 100644 --- a/less/variables.less +++ b/less/variables.less @@ -108,10 +108,12 @@ @input-border-radius: @border-radius-base; @input-border-radius-search: 20px; -@form-actions-background: #f5f5f5; +@input-color-placeholder: @grayLight; @input-height: @line-height-base + 14px; // base line-height + 12px vertical padding + 2px top/bottom border +@form-actions-background: #f5f5f5; + // Dropdowns // ------------------------- @@ -138,6 +140,7 @@ // ------------------------- // Used for a bird's eye view of components dependent on the z-axis // Try to avoid customizing these :) + @zindex-dropdown: 1000; @zindex-popover: 1010; @zindex-tooltip: 1030; @@ -145,28 +148,10 @@ @zindex-modal-background: 1040; @zindex-modal: 1050; -// Input placeholder text color -// ------------------------- -@placeholderText: @grayLight; - - -// Hr border color -// ------------------------- -@hrBorder: @grayLighter; - - -// Horizontal forms & lists -// ------------------------- -@horizontalComponentOffset: 180px; - - -// Wells -// ------------------------- -@wellBackground: #f5f5f5; - // Navbar // ------------------------- + @navbarCollapseWidth: 979px; @navbarCollapseDesktopWidth: @navbarCollapseWidth + 1; @@ -254,6 +239,19 @@ @popoverArrowOuterColor: rgba(0,0,0,.25); +// Miscellaneous +// ------------------------- + +// Hr border color +@hr-border: @grayLighter; + +// Horizontal forms & lists +@component-offset-horizontal: 180px; + +// Wells +@well-background: #f5f5f5; + + // GRID // -------------------------------------------------- |
