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

Minor UX improvements

This commit is contained in:
tobspr
2020-05-21 22:49:00 +02:00
parent 1cba701b8a
commit 27e114c362
5 changed files with 13 additions and 25 deletions

View File

@@ -45,7 +45,7 @@
text-transform: uppercase;
// font-weight: bold;
color: #fff;
text-shadow: #{D(1px)} #{D(1px)} 0 rgba(0, 10, 20, 0.2);
text-shadow: #{D(1px)} #{D(1px)} 0 rgba(0, 10, 20, 0.1);
@include S(margin-left, 5px);
}
@@ -55,7 +55,7 @@
display: none;
}
&.placementActive .binding.noPlacementOnly {
&.placementActive .noPlacementOnly {
display: none;
}