mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
19 lines
516 B
CSS
19 lines
516 B
CSS
|
|
.Pet_HatchingPotion_Thunderstorm {
|
||
|
|
background-image: url('~assets/images/sprites/spritesmith-main-24.png');
|
||
|
|
background-position: 0px 0px;
|
||
|
|
width: 68px;
|
||
|
|
height: 68px;
|
||
|
|
}
|
||
|
|
.Pet_HatchingPotion_White {
|
||
|
|
background-image: url('~assets/images/sprites/spritesmith-main-24.png');
|
||
|
|
background-position: -69px 0px;
|
||
|
|
width: 68px;
|
||
|
|
height: 68px;
|
||
|
|
}
|
||
|
|
.Pet_HatchingPotion_Zombie {
|
||
|
|
background-image: url('~assets/images/sprites/spritesmith-main-24.png');
|
||
|
|
background-position: 0px -69px;
|
||
|
|
width: 68px;
|
||
|
|
height: 68px;
|
||
|
|
}
|