From acae60cb089b7b97ac232bdb65dbb1c0c4ab9953 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sun, 26 Nov 2023 01:26:16 -0500 Subject: [PATCH] [+] Style box --- frontend/src/index.sass | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/index.sass b/frontend/src/index.sass index aaeb86a..ec52503 100644 --- a/frontend/src/index.sass +++ b/frontend/src/index.sass @@ -16,6 +16,10 @@ $shadow-width: 0 4px 0 color: $c-blue .c-green color: $c-green +.bg-green + background-color: $c-green +.round + border-radius: $border-radius html height: 100% @@ -58,12 +62,18 @@ button.white border-width: 2px 2px 4px box-shadow: none -input +.box border: solid $c-white-shadow border-width: 2px 2px 4px border-radius: $border-radius padding: 10px 16px width: 100% + + &.no-shadow + border-width: 2px + +input + @extend .box transition: all 0.2s ease-in-out &:focus