Created
December 5, 2015 13:59
-
-
Save celticwebdesign/e35a6abadcc9ae8a51ad to your computer and use it in GitHub Desktop.
Gravity Forms confirmation styling
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
#gforms_confirmation_message_1 { | |
border-bottom: 1px solid #a5c199; | |
border-top: 1px solid #a5c199; | |
margin: 40px auto; | |
} | |
#gform_confirmation_wrapper_1 { | |
padding: 10px 0; | |
background: #dff0d8 none repeat scroll 0 0; | |
} | |
#gform_confirmation_message_1 { | |
text-align: center; | |
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; | |
font-size: 1.4rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment