Skip to content

Commit

Permalink
ENGCOM-4303: iPhone5-device-newsletter-subscription-#20167 #20370
Browse files Browse the repository at this point in the history
 - Merge Pull Request #20370 from dipti2jcommerce/magento2:iPhone5-device-newsletter-subscription-#20167
 - Merged commits:
   1. c874bf5
   2. 9f1a322
  • Loading branch information
magento-engcom-team committed Feb 18, 2019
2 parents 4bb2bd0 + 9f1a322 commit a65ce6e
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,24 @@
width: 34%;
}
}

//
// Mobile
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.block {
&.newsletter {
input {
font-size: 12px;
padding-left: 30px;
}

.field {
.control:before {
font-size: 13px;
}
}
}
}
}

0 comments on commit a65ce6e

Please sign in to comment.