improve: nest Servers within Schemes container (via #4911)

* improve: nest Servers within Schemes container

* linter fixes
This commit is contained in:
kyle
2018-09-28 20:33:06 -05:00
committed by GitHub
parent 1690b319af
commit c5c4e08368
5 changed files with 21 additions and 37 deletions

View File

@@ -667,7 +667,7 @@
.schemes
{
display: flex;
align-items: center;
align-items: flex-end;
> label
{

View File

@@ -53,19 +53,9 @@
}
}
.global-server-container
{
margin: 0 0 20px 0;
padding: 30px 0;
background: $server-container-background-color;
box-shadow: 0 1px 2px 0 rgba($server-container-box-shadow-color,.15);
.servers-title {
line-height: 2em;
font-weight: bold;
}
.servers-title {
font-size: 12px;
font-weight: bold;
}
.operation-servers {