1819398f41
This reverts commit f7b9ca124d.
21 lines
281 B
SCSS
21 lines
281 B
SCSS
.Pet {
|
|
margin: auto !important;
|
|
display: block;
|
|
position: relative;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
|
|
&:not([class*="FlyingPig"]) {
|
|
top: -28px !important;
|
|
}
|
|
}
|
|
|
|
.Pet[class*="FlyingPig"] {
|
|
top: 7px !important;
|
|
}
|
|
|
|
.Pet.Pet-Dragon-Hydra {
|
|
top: -16px !important;
|
|
}
|