diff --git a/hwe/scss/common/bootswatch_custom.scss b/hwe/scss/common/bootswatch_custom.scss index faadcf21..e70377b2 100644 --- a/hwe/scss/common/bootswatch_custom.scss +++ b/hwe/scss/common/bootswatch_custom.scss @@ -1,4 +1,4 @@ -// Lumen 5.2.0 +// Lumen 5.2.2 // Bootswatch diff --git a/hwe/scss/common/bootswatch_custom_variables.scss b/hwe/scss/common/bootswatch_custom_variables.scss index 804aea93..bb9543d7 100644 --- a/hwe/scss/common/bootswatch_custom_variables.scss +++ b/hwe/scss/common/bootswatch_custom_variables.scss @@ -65,6 +65,10 @@ $table-border-color: $gray-700 !default; $table-bg-scale: 0% !default; +// Buttons +//Lumen button +$btn-font-weight: 700 !default; + // Forms $input-bg: $white !default;