Created the Button styles.sass
This commit is contained in:
parent
786da0c5dc
commit
e67610a911
18
src/common/components/Button/styles.sass
Normal file
18
src/common/components/Button/styles.sass
Normal file
@ -0,0 +1,18 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.btn
|
||||
background-color: $primary
|
||||
border: none
|
||||
color: $text
|
||||
padding: 0.5rem 1rem
|
||||
border-radius: 0.6rem
|
||||
font-size: 14pt
|
||||
font-weight: 600
|
||||
transition: all 0.2s
|
||||
cursor: pointer
|
||||
|
||||
.btn:hover
|
||||
filter: brightness(0.9)
|
||||
|
||||
.btn:active
|
||||
transform: rotateY(20deg)
|
Loading…
x
Reference in New Issue
Block a user