mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
20 lines
280 B
SCSS
20 lines
280 B
SCSS
.Pet {
|
|
margin: auto !important;
|
|
display: block;
|
|
position: relative;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
|
|
&:not([class*="FlyingPig"]) {
|
|
top: -8px !important;
|
|
}
|
|
}
|
|
|
|
.Pet[class*="FlyingPig"] {
|
|
top: 7px !important;
|
|
}
|
|
|
|
.Pet.Pet-Dragon-Hydra {
|
|
top: -16px !important;
|
|
}
|