Created the SSHContainer styles.sass
This commit is contained in:
parent
43cd128029
commit
ad9d71b3ee
@ -0,0 +1,24 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.server-selection
|
||||||
|
display: flex
|
||||||
|
margin-bottom: 1rem
|
||||||
|
gap: 1rem
|
||||||
|
flex-wrap: wrap
|
||||||
|
|
||||||
|
.server-selected
|
||||||
|
border: 2px solid $primary
|
||||||
|
|
||||||
|
|
||||||
|
.server-item
|
||||||
|
cursor: pointer
|
||||||
|
display: flex
|
||||||
|
gap: 0.5rem
|
||||||
|
align-items: center
|
||||||
|
|
||||||
|
img
|
||||||
|
width: 1.5rem
|
||||||
|
height: 1.5rem
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
border: 2px solid $primary
|
Reference in New Issue
Block a user