Skip to content

Commit 24bca06

Browse files
authored
Email to a Friend form not full responsive and remove link not position on correct place
Email to a Friend form not full responsive and remove link not position on correct place
1 parent 3a42052 commit 24bca06

File tree

1 file changed

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

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,24 @@
4444
}
4545
}
4646
}
47+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
48+
.form.send.friend {
49+
.fieldset {
50+
.field {
51+
.control {
52+
width: 100%;
53+
}
54+
}
55+
padding-bottom: 10px;
56+
}
57+
.action {
58+
&.remove {
59+
right: 0;
60+
margin-left: 0;
61+
text-align: right;
62+
width: 65px;
63+
top: 100%;
64+
}
65+
}
66+
}
67+
}

0 commit comments

Comments
 (0)