Created the ServerDialog styles.sass

This commit is contained in:
Mathias Wagner 2023-06-03 01:34:29 +02:00
parent 9efb7a9dee
commit 8f141caf0e
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,37 @@
@import "@/common/styles/colors"
.server-dialog
margin: 1rem 0.5rem 0 0.5rem
max-height: 17rem
overflow-y: scroll
.server-dialog .button-area
margin-top: 1rem
display: flex
justify-content: flex-end
.server-area
display: flex
flex-direction: column
gap: 1rem
width: 30rem
.no-servers
text-align: center
color: $darker-white
font-weight: 500
.server-dialog-button
background-color: transparent
color: $darker-white
font-weight: 700
font-size: 14pt
cursor: pointer
border: 2px solid transparent
padding: 0.5rem 1rem
border-radius: 0.5rem
&:hover
background-color: $dark-gray
color: $white
transition: all 0.3s