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

Minor fixes

This commit is contained in:
tobspr
2020-09-19 15:14:10 +02:00
parent 6b7cfb48b3
commit 8fa348ef30
4 changed files with 16 additions and 58 deletions

View File

@@ -124,10 +124,13 @@
}
.steamLink {
align-self: center;
justify-self: center;
width: 100%;
@include S(height, 40px);
@include S(width, 180px);
background: uiResource("get_on_steam.png") center center / contain no-repeat;
background: #171a23 uiResource("get_on_steam.png") center center / contain no-repeat;
overflow: hidden;
display: block;
text-indent: -999em;
@@ -137,8 +140,11 @@
transition: all 0.12s ease-in;
transition-property: opacity, transform;
transform: skewX(-0.5deg);
@include S(border-radius, $globalBorderRadius);
&:hover {
transform: skewX(-1deg) scale(1.02);
transform: scale(1.02);
opacity: 0.9;
}
}