summaryrefslogtreecommitdiff
path: root/custom/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'custom/_variables.scss')
-rw-r--r--custom/_variables.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/custom/_variables.scss b/custom/_variables.scss
index 715bcac0..88e0fa91 100644
--- a/custom/_variables.scss
+++ b/custom/_variables.scss
@@ -1,4 +1,4 @@
-// Custom 3.3.2
+// Custom 3.3.4
// Variables
// --------------------------------------------------
@@ -14,7 +14,7 @@ $gray: lighten($gray-base, 33.5%); // #555
$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 @@ $input-height-large: (ceil($font-size-large * $line-height-large) +
//** 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-dropdown: 1000;
$zindex-popover: 1060;
$zindex-tooltip: 1070;
$zindex-navbar-fixed: 1030;
-$zindex-modal: 1040;
+$zindex-modal-background: 1040;
+$zindex-modal: 1050;
//== Media queries breakpoints