Skip to content

Commit

Permalink
Merge pull request #2611 in SW/shopware from bugfix/next/sw-11318-9er…
Browse files Browse the repository at this point in the history
…-grid-quickfix to next

* commit '59ed01d810952788e9f3eeb35331af628669355c':
  SW-11318 Fixed banner link position
  SW-11318 Fixed 9er grid position for bottom right
  • Loading branch information
Marcel Schmäing committed May 26, 2015
2 parents fe188b0 + 59ed01d commit e13f701
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ Shopware 5 provides 11 integrated elements inside the shopping worlds that can b
left: 100%; top: 50%;
}
&.right.bottom {
.transform(translate(-100%, 0));
left: 100%; bottom: 0;
.transform(translate(-100%, -100%));
left: 100%; top: 100%;
}
}

Expand All @@ -238,6 +238,9 @@ Shopware 5 provides 11 integrated elements inside the shopping worlds that can b
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0; left: 0;
z-index: @zindex-emotion-mapping-link;
}

.banner--mapping {
Expand Down

0 comments on commit e13f701

Please sign in to comment.