mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 15:05:30 +00:00
refactor(css): Adjust mount heads pixel paw positioning
This commit is contained in:
parent
8756aeebfa
commit
963995e42e
1 changed files with 1 additions and 7 deletions
|
|
@ -104,7 +104,7 @@ menu.pets .customize-menu
|
|||
.pet-button
|
||||
border: none
|
||||
background: none white
|
||||
.pet-not-owned
|
||||
.pet-not-owned, .mount-not-owned
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
/* Would use css3 filters and just display the original pet image with a black hue,
|
||||
|
|
@ -115,12 +115,6 @@ menu.pets .customize-menu
|
|||
-o-filter: brightness(0%)
|
||||
-ms-filter: brightness(0%)*/
|
||||
|
||||
.PixelPaw
|
||||
margin-top: 36px // align paw with pets, at the bottom of the button
|
||||
.mount-not-owned
|
||||
width: 104px;
|
||||
height: 99px;
|
||||
|
||||
.PixelPaw
|
||||
margin-top: 36px // align paw with pets, at the bottom of the button
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue