mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
13 lines
321 B
CSS
13 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;
|
||
|
|
}
|