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

@ -165,5 +165,15 @@
color: #e72d2d;
}
}
&.achievements {
& {
/* @load-async */
background-image: uiResource("res/ui/icons/advantage_achievements.png");
}
> strong {
color: #ffac0f;
}
}
}
}

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;
}
}