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