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

Add fullscreen video background

This commit is contained in:
tobspr
2020-05-12 09:56:11 +02:00
parent da64a46ad8
commit 7036a4ac95
6 changed files with 71 additions and 19 deletions

View File

@@ -22,9 +22,11 @@
cursor: pointer;
transition: all 0.12s ease-in-out;
transition-property: opacity, transform;
opacity: 0.9;
@include S(margin-left, 5px);
&:hover {
opacity: 0.9;
opacity: 0.8;
transform: translateY(3px);
}
&.music {