/* frontend/styles/ios.css */

/*
  iOS Auto-Zoom Fix:
  This rule now ONLY applies to iOS devices, thanks to the '.is-ios'
  class added to the <html> tag by ios-fix.js.
*/
.is-ios #collection-search,
.is-ios #builds-search,
.is-ios #corp-search,
.is-ios .modal-form input[type="text"],
.is-ios .modal-form input[type="number"],
.is-ios .modal-form textarea {
    font-size: 16px;
}