diff options
author | Thomas Park <thomas@thomaspark.co> | 2016-07-30 17:56:26 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2016-07-30 17:56:26 -0400 |
commit | 4b0d3762f309326a6d66fa4ea18945a7fc11f8ef (patch) | |
tree | 200dec9f06653572a265432575829df3c0003ca3 /simplex/_variables.scss | |
parent | 316f055624e046b4a23dc9a35629b87b1be8f58e (diff) |
update to v3.3.7
Diffstat (limited to 'simplex/_variables.scss')
-rw-r--r-- | simplex/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simplex/_variables.scss b/simplex/_variables.scss index 4b887443..ead5a4c1 100644 --- a/simplex/_variables.scss +++ b/simplex/_variables.scss @@ -1,5 +1,5 @@ $bootstrap-sass-asset-helper: false !default; -// Simplex 3.3.6 +// Simplex 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; |