mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Updated main menu top buttons to reflect the dark theme's "invert" treatment.
This commit is contained in:
parent
09a05f990d
commit
56541e1117
@ -40,13 +40,26 @@
|
||||
background-size: 90%;
|
||||
}
|
||||
|
||||
.settingsButton,
|
||||
.exitAppButton {
|
||||
& {
|
||||
@include DarkThemeOverride {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.languageChoose {
|
||||
$languageBorderColor: #222428;
|
||||
@include S(border-radius, 8px);
|
||||
border: solid #222428;
|
||||
border: solid $languageBorderColor;
|
||||
background-color: #fff;
|
||||
@include S(border-width, 2px);
|
||||
background-size: cover;
|
||||
opacity: 0.8;
|
||||
@include DarkThemeOverride {
|
||||
border-color: invert($languageBorderColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user