1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-09 01:52:57 +00:00
Files
ps-launcher/app/components/ServerList/ServerList.scss

8 lines
150 B
SCSS

@import '../../scss/variables.scss';
.server-list {
background: darken($dark-blue, 1%);
width: 200px;
border-right: 1px solid $dark-blue--3;
}