Created
August 15, 2017 22:44
-
-
Save meydjer/9600d231ba97b28c7e6a05284c278b35 to your computer and use it in GitHub Desktop.
Lastform custom desktop input size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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