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

Abt adjustments, again

This commit is contained in:
tobspr
2022-06-16 18:09:26 +02:00
parent 0d6bdd9bfb
commit 24a4010935
6 changed files with 57 additions and 51 deletions

View File

@@ -109,6 +109,14 @@
font-weight: 700 !important;
}
.onlinePlayerCount {
color: #fff;
@include S(margin-top, 15px);
@include SuperSmallText;
@include S(height, 15px);
text-align: center;
}
h3 {
@include Heading;
font-weight: bold;
@@ -422,6 +430,7 @@
box-shadow: 0 D(5px) D(15px) rgba(#000, 0.2);
height: 100%;
width: 100%;
position: relative;
box-sizing: border-box;
.buttons {