Skip to content

Commit c8d4c53

Browse files
authored
_module.less file updated for issue fixed #20163 On iPhone5 device newsletter subscription input box not contain complete text
_module.less file updated for issue fixed #20163 On iPhone5 device newsletter subscription input box not contain complete text
1 parent 51f1261 commit c8d4c53

File tree

1 file changed

+21
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Newsletter/web/css/source

1 file changed

+21
-1
lines changed

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747

4848
input {
4949
padding-left: 35px;
50-
font-size: 12px;
5150
}
5251

5352
.title {
@@ -82,3 +81,24 @@
8281
width: 34%;
8382
}
8483
}
84+
85+
//
86+
// Mobile
87+
// _____________________________________________
88+
89+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
90+
.block{
91+
&.newsletter {
92+
input {
93+
font-size: 12px;
94+
padding-left: 30px;
95+
}
96+
97+
.field {
98+
.control:before{
99+
font-size: 13px;
100+
}
101+
}
102+
}
103+
}
104+
}

0 commit comments

Comments
 (0)