diff options
Diffstat (limited to 'custom/_variables.scss')
-rw-r--r-- | custom/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/_variables.scss b/custom/_variables.scss index 5286e9d0..9feb3009 100644 --- a/custom/_variables.scss +++ b/custom/_variables.scss @@ -1,5 +1,5 @@ $bootstrap-sass-asset-helper: false !default; -// Custom 3.3.6 +// Custom 3.3.7 // Variables // -------------------------------------------------- @@ -112,7 +112,7 @@ $component-active-color: #fff !default; //** Global background color for active items (e.g., navs or dropdowns). $component-active-bg: $brand-primary !default; -//** Width of the `border` for generating carets that indicator dropdowns. +//** Width of the `border` for generating carets that indicate dropdowns. $caret-width-base: 4px !default; //** Carets increase slightly in size for larger components. $caret-width-large: 5px !default; |