From a8cef1c6c588697566451b47f953ab0d2fcf719b Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Fri, 13 Sep 2024 09:39:45 +0200 Subject: [PATCH] feat(SW-378): Updated styling --- .../languageSwitcherContainer.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css b/components/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css index 1f8983efa..1722db825 100644 --- a/components/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css +++ b/components/LanguageSwitcher/LanguageSwitcherContainer/languageSwitcherContainer.module.css @@ -29,7 +29,7 @@ border: none; cursor: pointer; justify-self: flex-start; - padding: 11px 8px 16px; + padding: 11px var(--Spacing-x1) var(--Spacing-x2); user-select: none; } @@ -42,7 +42,7 @@ height: 3px; position: relative; transition: all 0.3s; - width: 32px; + width: var(--Spacing-x4); } .bar::after, @@ -52,7 +52,7 @@ position: absolute; top: 0; transform-origin: 50% 50%; - width: 32px; + width: var(--Spacing-x4); } .bar {