3503b307b2
* fix(market): display classless equipment * fix(challenges): more missing Markdown * feat(content): backgrounds and Enchanted Armoire 2017-10 * chore(sprites): compile
25 lines
674 B
CSS
25 lines
674 B
CSS
.promo_armoire_backgrounds_201710 {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: -142px 0px;
|
|
width: 141px;
|
|
height: 438px;
|
|
}
|
|
.promo_farm_friends {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: 0px 0px;
|
|
width: 141px;
|
|
height: 441px;
|
|
}
|
|
.promo_mystery_201709 {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: -284px 0px;
|
|
width: 114px;
|
|
height: 90px;
|
|
}
|
|
.promo_takeThis_gear {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: -284px -91px;
|
|
width: 114px;
|
|
height: 87px;
|
|
}
|