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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user