From 49fca7ccba4306ce8ea68f6077de95c5bcfa63bd Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 15 Feb 2023 22:25:44 +0100 Subject: [PATCH] =?UTF-8?q?hotfix:=20wysoko=C5=9B=C4=87=20przycisk=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/sections/InputsSection.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/sections/InputsSection.vue b/src/components/sections/InputsSection.vue index 613c45a..f6b9141 100644 --- a/src/components/sections/InputsSection.vue +++ b/src/components/sections/InputsSection.vue @@ -234,9 +234,8 @@ export default defineComponent({ } button.btn--choice { - font-weight: bold; font-size: 0.9em; - padding: 0.15em 0.6em; + padding: 0.3em 0.6em; &[data-selected='true'] { background-color: $accentColor;