From ecc375ef41dee4ff9336a099c6b22374185b548e Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 20 Mar 2023 00:16:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20customize=20scss=EC=97=90=20=EB=A7=9E?= =?UTF-8?q?=EA=B2=8C=20=EB=8B=A4=EC=8B=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/common/bootswatch_custom.scss | 2 +- hwe/scss/common/bootswatch_custom_variables.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;