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

Add weekly contests, bump to 1.1.5

This commit is contained in:
tobspr
2020-06-03 10:06:13 +02:00
parent 68f5010baa
commit 553442e953
7 changed files with 105 additions and 38 deletions

View File

@@ -118,7 +118,7 @@
pointer-events: all;
@include S(width, 350px);
> strong {
strong {
font-weight: bold;
}
@@ -139,6 +139,14 @@
background-color: rgb(250, 206, 206);
}
}
ul.bucketList {
padding-left: 30px;
li {
display: list-item;
}
}
}
> .buttons {