Skip to content

Commit

Permalink
ENGCOM-4303: iPhone5-device-newsletter-subscription-#20167 #20370
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 19, 2019
2 parents f66300e + a65ce6e commit e3e888d
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 e3e888d

Please sign in to comment.