From: Michael Tremer Date: Tue, 14 Mar 2023 11:14:21 +0000 (+0000) Subject: CSS: Thicken the outline for buttons X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c95cd14ca512a41af9e58f476cd31b9accc3064f;p=ipfire.org.git CSS: Thicken the outline for buttons Signed-off-by: Michael Tremer --- diff --git a/src/scss/main.sass b/src/scss/main.sass index 19583364..5b986eae 100644 --- a/src/scss/main.sass +++ b/src/scss/main.sass @@ -14,9 +14,11 @@ $black: #000000 // Use the primary colour for links $link: #000000 +// Controls +$control-border-width: 4px + // Buttons -$button-border-width: 4px -$button-padding-horizontal: 2rem +$button-padding-horizontal: 2rem // Import Bulma @import "../third-party/bulma/sass/utilities/_all.sass"