diff options
Diffstat (limited to 'cyborg/_variables.scss')
-rw-r--r-- | cyborg/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cyborg/_variables.scss b/cyborg/_variables.scss index 9d36fb98..d65375ad 100644 --- a/cyborg/_variables.scss +++ b/cyborg/_variables.scss @@ -1,5 +1,5 @@ $bootstrap-sass-asset-helper: false !default; -// Cyborg 3.3.6 +// Cyborg 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; |