Created the DomainHeader style

This commit is contained in:
2023-01-01 04:33:10 +01:00
parent 55603bb738
commit 2b44862346

View File

@ -0,0 +1,15 @@
@import "@/common/styles/colors"
.domain-header
display: flex
align-items: center
justify-content: space-between
gap: 2rem
.domain-header h2
margin: 0
.domain-header svg
font-size: 18pt
color: $red
cursor: pointer