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

Abt adjustments, again

This commit is contained in:
tobspr
2022-06-16 18:09:26 +02:00
parent 0d6bdd9bfb
commit 24a4010935
6 changed files with 57 additions and 51 deletions

View File

@@ -39,16 +39,12 @@
@include IncreasedClickArea(0px);
@include S(margin-top, 15px);
&[data-btn-variant="0"] {
// nothing
}
&[data-btn-variant="1"] {
@include InlineAnimation(1s ease-in-out) {
&[data-btn-variant="prod"] {
@include InlineAnimation(8s ease-in-out) {
0% {
opacity: 0.05;
}
50% {
80% {
opacity: 0.05;
}
100% {
@@ -57,21 +53,7 @@
}
}
&[data-btn-variant="2"] {
@include InlineAnimation(2.5s ease-in-out) {
0% {
opacity: 0.05;
}
50% {
opacity: 0.05;
}
100% {
opacity: 1;
}
}
}
&[data-btn-variant="3"] {
&[data-btn-variant="steam-demo"] {
@include InlineAnimation(5s ease-in-out) {
0% {
opacity: 0.05;
@@ -84,20 +66,6 @@
}
}
}
&[data-btn-variant="4"] {
@include InlineAnimation(10s ease-in-out) {
0% {
opacity: 0.05;
}
80% {
opacity: 0.05;
}
100% {
opacity: 1;
}
}
}
}
.playtimeDisclaimer {

View File

@@ -109,6 +109,14 @@
font-weight: 700 !important;
}
.onlinePlayerCount {
color: #fff;
@include S(margin-top, 15px);
@include SuperSmallText;
@include S(height, 15px);
text-align: center;
}
h3 {
@include Heading;
font-weight: bold;
@@ -422,6 +430,7 @@
box-shadow: 0 D(5px) D(15px) rgba(#000, 0.2);
height: 100%;
width: 100%;
position: relative;
box-sizing: border-box;
.buttons {