mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 08:53:38 -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
|
left: 65px
|
||||||
bottom: 31px
|
bottom: 31px
|
||||||
|
|
||||||
|
&.Ranger
|
||||||
|
left: -7px
|
||||||
|
|
||||||
&.female
|
&.female
|
||||||
left: 80px
|
left: 80px
|
||||||
bottom: 31px
|
bottom: 31px
|
||||||
|
|
||||||
|
&.Ranger
|
||||||
|
left: -7px
|
||||||
|
|
||||||
#hero-image-head
|
#hero-image-head
|
||||||
z-index: 16
|
z-index: 16
|
||||||
#hero-image-hair
|
#hero-image-hair
|
||||||
|
@ -500,12 +506,12 @@ $itemSlotGridHeight: 51px
|
||||||
#hero-image-thumb
|
#hero-image-thumb
|
||||||
z-index: 16
|
z-index: 16
|
||||||
|
|
||||||
&.female
|
&.female:not(.Ranger)
|
||||||
@include rotate(-15deg)
|
@include rotate(-15deg)
|
||||||
left: 66px
|
left: 66px
|
||||||
bottom: 54px
|
bottom: 54px
|
||||||
|
|
||||||
&.male
|
&.male:not(.Ranger)
|
||||||
@include rotate(-15deg)
|
@include rotate(-15deg)
|
||||||
left: 53px
|
left: 53px
|
||||||
bottom: 54px
|
bottom: 54px
|
||||||
|
@ -525,7 +531,7 @@ $itemSlotGridHeight: 51px
|
||||||
&.feet
|
&.feet
|
||||||
z-index: 13
|
z-index: 13
|
||||||
|
|
||||||
&.right-hand
|
&.right-hand:not(.Ranger)
|
||||||
@include rotate(-15deg)
|
@include rotate(-15deg)
|
||||||
&.female
|
&.female
|
||||||
left: 66px
|
left: 66px
|
||||||
|
@ -542,7 +548,7 @@ $itemSlotGridHeight: 51px
|
||||||
&.torso
|
&.torso
|
||||||
z-index: 14
|
z-index: 14
|
||||||
|
|
||||||
&.gloves
|
&.gloves:not(.Ranger)
|
||||||
z-index: 15
|
z-index: 15
|
||||||
|
|
||||||
&.female
|
&.female
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue