Last active
October 15, 2019 09:34
-
-
Save reachkamrul/26cd37c94e76ebb549dee98504f31083 to your computer and use it in GitHub Desktop.
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
/*input style*/ | |
form.fluent_form_149 .ff-el-form-control{ | |
padding: 6px 12px; /*change padding*/ | |
background-color: #fff; /*change background color*/ | |
border: 1px solid #ced4da; /*change border width and color*/ | |
border-radius: 10px; /*change corner round/ border radius*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment