[+] Style box

This commit is contained in:
2023-11-26 01:26:16 -05:00
parent 45a946c237
commit acae60cb08
+11 -1
View File
@@ -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