mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
Repositioned ranger weapons.
This commit is contained in:
parent
f82ccfc4cb
commit
73b5f130b5
1 changed files with 11 additions and 4 deletions
|
@ -485,15 +485,15 @@ $itemSlotGridHeight: 51px
|
|||
position: absolute
|
||||
z-index: 12
|
||||
|
||||
&.male
|
||||
left: 65px
|
||||
&.female
|
||||
left: 80px
|
||||
bottom: 31px
|
||||
|
||||
&.Ranger
|
||||
left: -7px
|
||||
|
||||
&.female
|
||||
left: 80px
|
||||
&.male
|
||||
left: 65px
|
||||
bottom: 31px
|
||||
|
||||
&.Ranger
|
||||
|
@ -542,6 +542,13 @@ $itemSlotGridHeight: 51px
|
|||
bottom: 63px
|
||||
@include rotate(-15deg)
|
||||
|
||||
&.right-hand.Ranger
|
||||
&.female
|
||||
left: -7px
|
||||
|
||||
&.male
|
||||
left: -7px
|
||||
|
||||
&.left-hand
|
||||
z-index: 17
|
||||
|
||||
|
|
Loading…
Reference in a new issue