1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-23 16:29:20 +00:00

large settings window, smaller styling

This commit is contained in:
Dimava 2020-06-01 14:49:49 +03:00
parent ee2bd13259
commit 7ab15f6cfb
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@
} }
.setting { .setting {
@include S(padding, 10px); @include S(padding, 5px);
background: #eeeff5; background: #eeeff5;
@include S(border-radius, $globalBorderRadius); @include S(border-radius, $globalBorderRadius);
@include S(margin-bottom, 5px); @include S(margin-bottom, 5px);

View File

@ -36,6 +36,7 @@
} }
@include S(margin-bottom, 20px); @include S(margin-bottom, 20px);
@include S(margin-top, 10px);
} }
> .container { > .container {
@ -43,7 +44,7 @@
background: #fff; background: #fff;
@include S(border-radius, $globalBorderRadius); @include S(border-radius, $globalBorderRadius);
@include S(padding, 10px); @include S(padding, 10px);
height: calc(80vh - #{D(60px)}); height: calc(100vh - #{D(60px)});
overflow-y: auto; overflow-y: auto;
box-sizing: border-box; box-sizing: border-box;
pointer-events: all; pointer-events: all;