Skip to content

Commit

Permalink
_module.less file updated for issue fixed #20163 On iPhone5 device ne…
Browse files Browse the repository at this point in the history
…wsletter 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
  • Loading branch information
cedarvinda authored Jan 11, 2019
1 parent 51f1261 commit c8d4c53
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@

input {
padding-left: 35px;
font-size: 12px;
}

.title {
Expand Down Expand Up @@ -82,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 c8d4c53

Please sign in to comment.