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

Improve iconography in toolbar

This commit is contained in:
tobspr
2020-05-18 20:30:03 +02:00
parent ee5fb984c1
commit 8c42827f4e
9 changed files with 30 additions and 22 deletions

View File

@@ -92,7 +92,7 @@ body.uiHidden {
body.modalDialogActive,
body.ingameDialogOpen {
> *:not(.ingameDialog):not(.modalDialogParent):not(.loadingDialog) {
> *:not(.ingameDialog):not(.modalDialogParent):not(.loadingDialog):not(.gameLoadingOverlay) {
filter: blur(5px) !important;
}
}

View File

@@ -13,11 +13,17 @@
.headerBar {
display: flex;
align-items: center;
justify-content: flex-start;
h1 {
display: flex;
pointer-events: all;
align-items: center;
cursor: pointer;
@include SuperHeading;
text-transform: uppercase;
color: #333438;
@include IncreasedClickArea(10px);
}
.backButton {