Skip to content

Commit ceed8b6

Browse files
authored
ENGCOM-4115: Email to a Friend form not full responsive and remove link not positi… #20874
2 parents 0ea1f0e + 5576462 commit ceed8b6

File tree

1 file changed

+23
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_SendFriend/web/css/source

1 file changed

+23
-0
lines changed

app/design/frontend/Magento/luma/Magento_SendFriend/web/css/source/_module.less

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
& when (@media-common = true) {
1111
.form.send.friend {
1212
&:extend(.abs-add-fields all);
13+
14+
.fieldset {
15+
.field {
16+
.control {
17+
width: 100%;
18+
}
19+
}
20+
}
1321
}
1422

1523
.product-social-links .action.mailto.friend {
@@ -44,3 +52,18 @@
4452
}
4553
}
4654
}
55+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
56+
.form.send.friend {
57+
.fieldset {
58+
padding-bottom: @indent__xs;
59+
}
60+
61+
.action {
62+
&.remove {
63+
margin-left: 0;
64+
right: 0;
65+
top: 100%;
66+
}
67+
}
68+
}
69+
}

0 commit comments

Comments
 (0)