1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Prepare standalone build

This commit is contained in:
tobspr
2020-05-21 13:05:21 +02:00
parent 8dd3a7c748
commit 58442eaeec
23 changed files with 1436 additions and 46 deletions

View File

@@ -7,7 +7,8 @@
// background: #aaacb4 center center / cover !important;
background: #bbc2cf center center / cover !important;
.settingsButton {
.settingsButton,
.exitAppButton {
position: absolute;
@include S(top, 30px);
@include S(right, 30px);
@@ -22,6 +23,11 @@
}
}
.exitAppButton {
@include S(right, 100px);
background-image: resolve("icons/main_menu_exit.png");
}
.fullscreenBackgroundVideo {
// display: none !important;
z-index: -1;