Created the Button style

This commit is contained in:
2022-09-12 00:58:28 +02:00
parent 1228d0dfe2
commit eea0d244f0

View 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