mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
large settings window, smaller styling
This commit is contained in:
parent
ee2bd13259
commit
7ab15f6cfb
@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
.setting {
|
||||
@include S(padding, 10px);
|
||||
@include S(padding, 5px);
|
||||
background: #eeeff5;
|
||||
@include S(border-radius, $globalBorderRadius);
|
||||
@include S(margin-bottom, 5px);
|
||||
|
@ -36,6 +36,7 @@
|
||||
}
|
||||
|
||||
@include S(margin-bottom, 20px);
|
||||
@include S(margin-top, 10px);
|
||||
}
|
||||
|
||||
> .container {
|
||||
@ -43,7 +44,7 @@
|
||||
background: #fff;
|
||||
@include S(border-radius, $globalBorderRadius);
|
||||
@include S(padding, 10px);
|
||||
height: calc(80vh - #{D(60px)});
|
||||
height: calc(100vh - #{D(60px)});
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
pointer-events: all;
|
||||
|
Loading…
Reference in New Issue
Block a user