mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
* feat(content): Armoire and Backgrounds 2017/12 * chore(sprites): compile * chore(news): Bailey
12 lines
355 B
CSS
12 lines
355 B
CSS
.promo_armoire_backgrounds_201712 {
|
|
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
|
background-position: 0px 0px;
|
|
width: 141px;
|
|
height: 441px;
|
|
}
|
|
.promo_take_this {
|
|
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
|
background-position: -142px 0px;
|
|
width: 114px;
|
|
height: 87px;
|
|
}
|