mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Adjust abt variants
This commit is contained in:
@@ -80,10 +80,27 @@ $languages: en, de, cs, da, et, es-419, fr, it, pt-BR, sv, tr, el, ru, uk, zh-TW
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
PRICE
|
||||
*/
|
||||
.steam_2_npr {
|
||||
.steam_dlbtn_0 {
|
||||
/* @load-async */
|
||||
background-image: uiResource("get_on_steam.png") !important;
|
||||
background-image: uiResource("steam_link_btn/0.png") !important;
|
||||
}
|
||||
.steam_dlbtn_1 {
|
||||
/* @load-async */
|
||||
background-image: uiResource("steam_link_btn/1.png") !important;
|
||||
}
|
||||
.steam_dlbtn_2 {
|
||||
/* @load-async */
|
||||
background-image: uiResource("steam_link_btn/2.png") !important;
|
||||
}
|
||||
.steam_dlbtn_3 {
|
||||
/* @load-async */
|
||||
background-image: uiResource("steam_link_btn/3.png") !important;
|
||||
}
|
||||
.steam_dlbtn_4 {
|
||||
/* @load-async */
|
||||
background-image: uiResource("steam_link_btn/4.png") !important;
|
||||
}
|
||||
.steam_dlbtn_5 {
|
||||
/* @load-async */
|
||||
background-image: uiResource("steam_link_btn/5.png") !important;
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
min-height: 40px;
|
||||
& {
|
||||
/* @load-async */
|
||||
background: uiResource("get_on_steam.png") center center / contain no-repeat;
|
||||
background: uiResource("steam_link_btn/0.png") center center / contain no-repeat;
|
||||
}
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user