improve: nest Servers within Schemes container (via #4911)
* improve: nest Servers within Schemes container * linter fixes
This commit is contained in:
@@ -667,7 +667,7 @@
|
||||
.schemes
|
||||
{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-end;
|
||||
|
||||
> label
|
||||
{
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user