Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Last active November 3, 2016 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EliJDonahue/f8202c9a8af650e5ff7be25445c23fe0 to your computer and use it in GitHub Desktop.
Save EliJDonahue/f8202c9a8af650e5ff7be25445c23fe0 to your computer and use it in GitHub Desktop.
[ArasLabs/custom-form-css] CSS for customizing the item_info field contents
/* Style for new state element */
.my_state {
display: block;
margin-left: 15px;
margin-bottom: 30px;
font-size: 16px;
font-weight: bold;
}
/* Style for default form title */
#label_span {
font-size: 20px;
font-weight: 900;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment