From b54111ef285d22212437ea0c1b60d23c02e5aae1 Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 21:10:21 +0300 Subject: [PATCH] Replace 'white' with $white token + drop 0px units in _buttons.scss --- src/styles/_buttons.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles/_buttons.scss b/src/styles/_buttons.scss index dd737878..86f469cb 100644 --- a/src/styles/_buttons.scss +++ b/src/styles/_buttons.scss @@ -101,16 +101,16 @@ a { } &.blue-glow { - background: white; + background: $white; .p-button-label { - padding: 0px; + padding: 0; font-size: $font-size-m; color: $blue-light; } - padding: 0px; - margin: 0px; + padding: 0; + margin: 0; &:hover { padding: $space-s; @@ -127,8 +127,8 @@ a { color: $blue-light; } - padding: 0px; - margin: 0px; + padding: 0; + margin: 0; &:hover { border: 1.3px solid $blue !important;