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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user