Created the DomainButton style
This commit is contained in:
@ -0,0 +1,17 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.domain-button
|
||||||
|
background-color: $white
|
||||||
|
display: flex
|
||||||
|
gap: 1rem
|
||||||
|
align-items: center
|
||||||
|
border: 1px solid $gray
|
||||||
|
font-size: 20pt
|
||||||
|
font-weight: 500
|
||||||
|
padding: 12px 20px
|
||||||
|
border-radius: 15px
|
||||||
|
color: $gray
|
||||||
|
cursor: pointer
|
||||||
|
|
||||||
|
.domain-button:hover
|
||||||
|
border: 1px solid $primary
|
Reference in New Issue
Block a user