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

A/B test whether showing the price is good or not

This commit is contained in:
tobspr
2020-09-29 18:26:38 +02:00
parent 8b7c0a91cd
commit 1c88b99de3
8 changed files with 32 additions and 17 deletions

View File

@@ -16,6 +16,7 @@
grid-template-rows: #{D(40px)};
align-items: center;
}
.lowerBar {
width: 100%;
display: flex;
@@ -57,10 +58,7 @@
@include S(margin, 0);
@include S(width, 180px);
@include S(height, 40px);
& {
/* @load-async */
background: #171a23 uiResource("get_on_steam.png") center center / contain no-repeat;
}
background: #171a23 center center / contain no-repeat;
@include S(border-radius, $globalBorderRadius);
}