-
-
Save quangmai911/c6f925b4d56cb158cdea0306e721fcde to your computer and use it in GitHub Desktop.
CSS Snippet for Order Form
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
.fluent_form_18 .ff-el-form-check-label { | |
display: none; | |
} | |
.fluent_form_18 .ff-el-image-holder { | |
border: 2px solid #f8f8f8; | |
padding: 5px 5px 0; | |
} | |
.fluent_form_18 .ff-el-image-holder.ff_item_selected { | |
border: 2px solid #dcd9d9; | |
} | |
.fluent_form_18 .products .ff-el-input--content { | |
width: 200px; | |
} | |
.fluent_form_18 .ff_sub_items { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment