Files
habitica/website/client/assets/scss/animals.scss
T
2019-04-09 10:27:03 -05:00

25 lines
337 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;
}
.Pet.Pet-FlyingPig-Veggie {
top: -28px !important;
}