Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit e3e888d

Browse files
authored
ENGCOM-4303: iPhone5-device-newsletter-subscription-#20167 #20370
2 parents f66300e + a65ce6e commit e3e888d

File tree

1 file changed

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

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,24 @@
8181
width: 34%;
8282
}
8383
}
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)