5263b5e42f
* feat(event): Fall Festival 2017 * chore(sprites): compile * fix(sanity): remove duplicate locale file
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;
|
|
}
|