From 934ae50d8e0065424c49ae94bb830acfbc204378 Mon Sep 17 00:00:00 2001 From: Colin Kallemein Date: Sun, 13 Oct 2024 17:25:46 +0200 Subject: [PATCH] Updated global btn + input styling --- src/assets/scss/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 44ae8e2..15c367e 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -61,7 +61,7 @@ input { } .input-field { - @apply px-4 py-3 text-base focus-visible:outline-none bg-gray border border-solid border-gray-500 rounded text-gray-300; + @apply px-4 py-2.5 text-base focus-visible:outline-none bg-gray border border-solid border-gray-500 rounded text-gray-300; &.inactive { @apply bg-gray-600/50 hover:cursor-not-allowed; &::placeholder { @@ -87,7 +87,7 @@ button { @apply text-center; &.btn-cyan { - @apply bg-cyan text-gray-50 text-base rounded py-3; + @apply bg-cyan text-gray-50 text-base rounded py-2.5; &.active, &:hover { @@ -96,7 +96,7 @@ button { } &.btn-red { - @apply bg-red text-gray-50; + @apply bg-red text-gray-50 text-base rounded py-2.5; &.active, &:hover {