mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 05:23:39 -04:00
Fixed Amara's positioning.
This commit is contained in:
parent
cd5b57a658
commit
4b75516a88
1 changed files with 10 additions and 4 deletions
|
@ -489,10 +489,16 @@ $itemSlotGridHeight: 51px
|
|||
left: 65px
|
||||
bottom: 31px
|
||||
|
||||
&.Ranger
|
||||
left: -7px
|
||||
|
||||
&.female
|
||||
left: 80px
|
||||
bottom: 31px
|
||||
|
||||
&.Ranger
|
||||
left: -7px
|
||||
|
||||
#hero-image-head
|
||||
z-index: 16
|
||||
#hero-image-hair
|
||||
|
@ -500,12 +506,12 @@ $itemSlotGridHeight: 51px
|
|||
#hero-image-thumb
|
||||
z-index: 16
|
||||
|
||||
&.female
|
||||
&.female:not(.Ranger)
|
||||
@include rotate(-15deg)
|
||||
left: 66px
|
||||
bottom: 54px
|
||||
|
||||
&.male
|
||||
&.male:not(.Ranger)
|
||||
@include rotate(-15deg)
|
||||
left: 53px
|
||||
bottom: 54px
|
||||
|
@ -525,7 +531,7 @@ $itemSlotGridHeight: 51px
|
|||
&.feet
|
||||
z-index: 13
|
||||
|
||||
&.right-hand
|
||||
&.right-hand:not(.Ranger)
|
||||
@include rotate(-15deg)
|
||||
&.female
|
||||
left: 66px
|
||||
|
@ -542,7 +548,7 @@ $itemSlotGridHeight: 51px
|
|||
&.torso
|
||||
z-index: 14
|
||||
|
||||
&.gloves
|
||||
&.gloves:not(.Ranger)
|
||||
z-index: 15
|
||||
|
||||
&.female
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue