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:
parent
ee2bd13259
commit
7ab15f6cfb
@ -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);
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user