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

Add more tutorial videos

This commit is contained in:
tobspr
2020-05-23 13:02:02 +02:00
parent 39f67dc4c0
commit 7e146fd9ab
15 changed files with 32 additions and 15 deletions

View File

@@ -3,10 +3,10 @@
background: uiResource("get_on_itch_io.svg") center center / contain no-repeat;
@include S(width, 110px);
@include S(height, 40px);
@include S(top, 5px);
@include S(top, 10px);
pointer-events: all;
cursor: pointer;
@include S(left, 200px);
@include S(left, 160px);
transition: all 0.12s ease-in;
transition-property: opacity, transform;