Created the Button style
This commit is contained in:
15
src/common/components/Button/styles.sass
Normal file
15
src/common/components/Button/styles.sass
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.primary-btn
|
||||||
|
font-size: 16pt
|
||||||
|
font-weight: 600
|
||||||
|
background-color: $primary
|
||||||
|
padding: 12px 24px
|
||||||
|
color: $white
|
||||||
|
border: none
|
||||||
|
border-radius: 14px
|
||||||
|
cursor: pointer
|
||||||
|
transition: all ease-in 0.1s
|
||||||
|
|
||||||
|
.primary-btn:hover
|
||||||
|
background-color: $primary-hover
|
Reference in New Issue
Block a user