20 lines
248 B
SCSS
20 lines
248 B
SCSS
.Pet {
|
|
margin: auto !important;
|
|
display: block;
|
|
position: relative;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
top: -28px !important;
|
|
}
|
|
|
|
/*
|
|
.Pet[class*="FlyingPig"] {
|
|
top: 7px !important;
|
|
}
|
|
*/
|
|
|
|
.Pet.Pet-Dragon-Hydra {
|
|
top: -16px !important;
|
|
}
|