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

View File

@@ -75,3 +75,17 @@ $languages: en, de, cs, da, et, es-419, fr, it, pt-BR, sv, tr, el, ru, uk, zh-TW
background-image: uiResource("languages/#{$language}.svg") !important;
}
}
/*
PRICE
*/
.steam_1_pr {
/* @load-async */
background-image: uiResource("get_on_steam_with_price.png") !important;
}
.steam_2_npr {
/* @load-async */
background-image: uiResource("get_on_steam.png") !important;
}

View File

@@ -133,10 +133,7 @@
width: 100%;
@include S(height, 40px);
@include S(width, 180px);
& {
/* @load-async */
background: #171a23 uiResource("get_on_steam.png") center center / contain no-repeat;
}
background: #171a23 center center / contain no-repeat;
overflow: hidden;
display: block;
text-indent: -999em;