Last active
November 3, 2016 15:45
-
-
Save EliJDonahue/f8202c9a8af650e5ff7be25445c23fe0 to your computer and use it in GitHub Desktop.
[ArasLabs/custom-form-css] CSS for customizing the item_info field contents
This file contains 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
/* 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