summaryrefslogtreecommitdiff
path: root/custom/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'custom/variables.less')
-rw-r--r--custom/variables.less10
1 files changed, 7 insertions, 3 deletions
diff --git a/custom/variables.less b/custom/variables.less
index 81e98f6b..767dbfa6 100644
--- a/custom/variables.less
+++ b/custom/variables.less
@@ -1,4 +1,4 @@
-// Custom 3.3.2
+// Custom 3.3.4
// Variables
// --------------------------------------------------
@@ -14,7 +14,7 @@
@gray-light: lighten(@gray-base, 46.7%); // #777
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
-@brand-primary: #428bca;
+@brand-primary: darken(#428bca, 6.5%); // #337ab7
@brand-success: #5cb85c;
@brand-info: #5bc0de;
@brand-warning: #f0ad4e;
@@ -207,6 +207,9 @@
//** Small `.form-control` height
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
+//** `.form-group` margin
+@form-group-margin-bottom: 15px;
+
@legend-color: @gray-dark;
@legend-border-color: #e5e5e5;
@@ -266,7 +269,8 @@
@zindex-popover: 1060;
@zindex-tooltip: 1070;
@zindex-navbar-fixed: 1030;
-@zindex-modal: 1040;
+@zindex-modal-background: 1040;
+@zindex-modal: 1050;
//== Media queries breakpoints