Skip to content

Instantly share code, notes, and snippets.

@meydjer
Created August 15, 2017 22:44
Show Gist options
  • Save meydjer/9600d231ba97b28c7e6a05284c278b35 to your computer and use it in GitHub Desktop.
Save meydjer/9600d231ba97b28c7e6a05284c278b35 to your computer and use it in GitHub Desktop.
Lastform custom desktop input size
.lf-is-not-touch .lf-input-text,
.lf-is-not-touch .lf-input-number,
.lf-is-not-touch .lf-input-phone,
.lf-is-not-touch .lf-input-date,
.lf-is-not-touch .lf-input-time,
.lf-is-not-touch .lf-input-terminal-number,
.lf-is-not-touch .lf-input-select,
.lf-is-not-touch .lf-input-multiselect-wrapper,
.lf-is-not-touch .lf-input-fileupload,
.lf-is-not-touch .lf-jumper-field,
.lf-is-not-touch .lf-input-textarea {
font-size: 1.25rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment