mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
moving forms, labels and list-group to variables.less
This commit is contained in:
+11
-1
@@ -135,6 +135,11 @@
|
||||
@input-height-large: (ceil(@font-size-large * @line-height-base) + (@padding-large-vertical * 2) + 2);
|
||||
@input-height-small: (ceil(@font-size-small * @line-height-base) + (@padding-small-vertical * 2) + 2);
|
||||
|
||||
@legend-border-color: #e5e5e5;
|
||||
|
||||
@input-group-addon-text-shadow: 0 1px 0 #fff;
|
||||
@input-group-addon-border-color: #ccc;
|
||||
|
||||
|
||||
// Dropdowns
|
||||
// -------------------------
|
||||
@@ -284,6 +289,9 @@
|
||||
@label-warning-bg: @brand-warning;
|
||||
@label-danger-bg: @brand-danger;
|
||||
|
||||
@label-color: #fff;
|
||||
@label-link-hover-color: #fff;
|
||||
|
||||
|
||||
// Modals
|
||||
// -------------------------
|
||||
@@ -333,6 +341,9 @@
|
||||
@list-group-active-bg: @component-active-bg;
|
||||
@list-group-active-border: @list-group-active-bg;
|
||||
|
||||
@link-list-group-color: #555;
|
||||
@link-list-group-heading-color:#333;
|
||||
|
||||
// Panels
|
||||
// -------------------------
|
||||
@panel-bg: #fff;
|
||||
@@ -421,7 +432,6 @@
|
||||
@code-bg: #f9f2f4;
|
||||
@code-color: #c7254e;
|
||||
|
||||
|
||||
@pre-bg: #f5f5f5;
|
||||
@pre-border-color: rgba(0,0,0,.15);
|
||||
@pre-fallback-border-color: #ccc;
|
||||
|
||||
Reference in New Issue
Block a user