Skip to content

Commit

Permalink
Merge pull request #6812 in SW/shopware from sw-21379/5.4/cookie-desi…
Browse files Browse the repository at this point in the history
…gn-fix to 5.4

* commit '2a512603d3b267a8ded00fbdb69062e2b98b0008':
  SW-21379 - Improve styling of cookie modal
  • Loading branch information
soebbing committed Jul 18, 2018
2 parents 64d4e00 + 2a51260 commit bb28677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
{/if}

<div class="cookie-removal--buttons">
<a class="btn cookie-permission--close-button">{s name="cookiePermission/close"}{/s}</a>
<a class="btn is--secondary cookie-permission--accept-button">{s name="cookiePermission/buttonText"}{/s}</a>
<a class="btn is--secondary cookie-permission--accept-button is--center">{s name="cookiePermission/buttonText"}{/s}</a>
<a class="btn cookie-permission--close-button is--center">{s name="cookiePermission/close"}{/s}</a>
</div>
</div>
{/block}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@
.unitize(margin-bottom, 6);
display: inline-block;
width: 48%;
float: right;

&:last-child {
margin-right: 2%;
}
}
}

@media screen and (min-width: @tabletViewportWidth) {
@media screen and (min-width: @phoneLandscapeViewportWidth) {
.cookie-removal--container {
.cookie-removal--footer {
.clearfix();
Expand Down

0 comments on commit bb28677

Please sign in to comment.