Created the DomainItem style
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.domain-item
|
||||
display: flex
|
||||
justify-content: space-between
|
||||
align-items: center
|
||||
padding: 0.7rem 1.2rem
|
||||
border: 1px solid rgba(0, 0, 0, 0)
|
||||
border-radius: 15px
|
||||
cursor: pointer
|
||||
gap: 2rem
|
||||
font-size: 18pt
|
||||
|
||||
.domain-current
|
||||
border: 1px solid $gray
|
||||
|
||||
.domain-item:hover
|
||||
border: 1px solid $primary
|
||||
|
||||
.delete-domain:hover
|
||||
color: $red-hover
|
Reference in New Issue
Block a user