Created the Button style

This commit is contained in:
2022-12-27 15:20:18 +01:00
parent ea4bf04698
commit f70d649ae7

View 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