mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
18 lines
493 B
CSS
18 lines
493 B
CSS
.promo_potions_thunderstorm {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: 0px -250px;
|
|
width: 141px;
|
|
height: 441px;
|
|
}
|
|
.promo_take_this {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: -142px -250px;
|
|
width: 114px;
|
|
height: 87px;
|
|
}
|
|
.scene_guilds {
|
|
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
|
|
background-position: 0px 0px;
|
|
width: 498px;
|
|
height: 249px;
|
|
}
|