From 7700df497c62aaadae5816e8f25f97b514bb4440 Mon Sep 17 00:00:00 2001 From: Blari Date: Wed, 15 Jun 2022 13:00:28 +0300 Subject: [PATCH] fix $abc-border-width --- awesome-bootstrap-checkbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-bootstrap-checkbox.scss b/awesome-bootstrap-checkbox.scss index e6a5126..24aaf35 100644 --- a/awesome-bootstrap-checkbox.scss +++ b/awesome-bootstrap-checkbox.scss @@ -7,7 +7,7 @@ $font-family-icon: 'FontAwesome' !default; $fa-var-check: "\f00c" !default; $check-icon: $fa-var-check !default; -$abc-border-width: 5px !default; +$abc-border-width: 1px !default; $form-check-input-gutter: 1.25rem !default; @function theme-color($key: "primary") {