mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
* feat(event): Fall Festival 2017 * chore(sprites): compile * fix(sanity): remove duplicate locale file
12 lines
321 B
CSS
12 lines
321 B
CSS
.Pet_HatchingPotion_White {
|
|
background-image: url(/static/sprites/spritesmith-main-19.png);
|
|
background-position: 0px 0px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|
|
.Pet_HatchingPotion_Zombie {
|
|
background-image: url(/static/sprites/spritesmith-main-19.png);
|
|
background-position: -49px 0px;
|
|
width: 48px;
|
|
height: 51px;
|
|
}
|