Created the ServerInfo styles.sass
This commit is contained in:
parent
1fb787139e
commit
f6a55972ea
@ -0,0 +1,21 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.info-item
|
||||
white-space: pre-wrap
|
||||
display: flex
|
||||
margin-left: 0.5rem
|
||||
margin-right: 0.5rem
|
||||
gap: 1rem
|
||||
align-items: center
|
||||
color: $gray
|
||||
font-size: 14pt
|
||||
margin-top: 1.5rem
|
||||
|
||||
.icon
|
||||
color: $primary
|
||||
width: 3rem
|
||||
h3
|
||||
margin: 0
|
||||
|
||||
.primary-color
|
||||
color: $primary
|
Reference in New Issue
Block a user