31f4610b20
* chore(news): Bailey * chore(news): Bailey on old client * Fixed seasonal images * Fixed footer and images for bailey
25 lines
676 B
CSS
25 lines
676 B
CSS
.promo_chat_avatars {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: 0px 0px;
|
|
width: 617px;
|
|
height: 405px;
|
|
}
|
|
.promo_login_screen {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: 0px -406px;
|
|
width: 524px;
|
|
height: 274px;
|
|
}
|
|
.promo_seasonal_shop_fall_2017 {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: -618px 0px;
|
|
width: 752px;
|
|
height: 248px;
|
|
}
|
|
.promo_veteran_pets_2017 {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: -618px -249px;
|
|
width: 363px;
|
|
height: 141px;
|
|
}
|