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

Minor marketing adjustments

This commit is contained in:
Tobias Springer
2021-03-10 10:10:18 +01:00
parent 226149a40f
commit dfd64a901b
6 changed files with 16 additions and 8 deletions

View File

@@ -145,12 +145,10 @@
pointer-events: all;
transition: all 0.12s ease-in;
transition-property: opacity, transform;
transform: skewX(-0.5deg);
@include S(border-radius, $globalBorderRadius);
&:hover {
transform: scale(1.02);
opacity: 0.9;
}
}