Created the Button index styles.sass
This commit is contained in:
parent
df6091a20a
commit
bc2d44f23b
20
client/src/common/components/Button/styles.sass
Normal file
20
client/src/common/components/Button/styles.sass
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.btn
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
color: $darker-white
|
||||||
|
background-color: transparent
|
||||||
|
border-radius: 1rem
|
||||||
|
padding: 0.7rem 1rem
|
||||||
|
user-select: none
|
||||||
|
gap: 0.5rem
|
||||||
|
border: 2px solid $primary
|
||||||
|
transition: filter 0.2s
|
||||||
|
will-change: filter
|
||||||
|
font-size: 16pt
|
||||||
|
font-weight: 700
|
||||||
|
cursor: pointer
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
filter: brightness(1.2)
|
Reference in New Issue
Block a user