Skip to content

Commit 92f39b3

Browse files
committed
Merge pull request #3840 in SW/shopware from sw-15075/5.2/fix-wrong-usage-of-mixin to 5.2
* commit '315f58c960eb75e2a372cfd6ab6709e3762257a9': SW-15075 - Fix wrong usage of unitize mixin in footer
2 parents 18ad667 + 315f58c commit 92f39b3

File tree

1 file changed

+1
-2
lines changed
  • themes/Frontend/Responsive/frontend/_public/src/less/_modules

1 file changed

+1
-2
lines changed

themes/Frontend/Responsive/frontend/_public/src/less/_modules/footer.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ The footer element sizes are defined with the unitize mixin.
4343
}
4444

4545
&::after {
46-
.unitize(4, margin-top);
47-
.unitize(18, font-size);
46+
.unitize(font-size, 18);
4847
font-family: 'shopware';
4948
color: @text-color;
5049
font-weight: 700;

0 commit comments

Comments
 (0)