Files
habitica/website/client/src/assets/scss/animals.scss
T
Matteo Pagliazzi b44fbdcb14 old client structure
2019-10-01 11:44:38 +02: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;
}