Last active
December 23, 2015 08:29
-
-
Save reformatco/6607771 to your computer and use it in GitHub Desktop.
Revisions
-
reformatco revised this gist
Jan 14, 2015 . 1 changed file with 67 additions and 51 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,58 +1,74 @@ .gform_wrapper { } .gform_body { } .gform_fields { list-style-type:none; padding:0; margin:0; } .gfield_label { } .gfield_required { } .ginput_container { input[type="text"], input[type="email"], textarea { } } .ginput_left { } .ginput_right { } .validation_message { } .gfield_error { .ginput_container { input[type="text"], input[type="email"], textarea { } } } .gfield_contains_required { } .gform_footer { } .gform_button { &:hover { } } .validation_error { } .gform_confirmation_wrapper { } .gform_confirmation_message_1 { } -
BenPalmer revised this gist
Sep 18, 2013 . 1 changed file with 1 addition and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,6 @@ .gform_wrapper { .validation_error { } .gform_body { .gform_fields { -
BenPalmer created this gist
Sep 18, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,62 @@ .gform_wrapper { .validation_error { .proxima(); color:#fff; background-color:@red; padding:5px; margin:1.5em 0; } .gform_body { .gform_fields { list-style-type:none; padding:0; margin:0; .gfield { .gfield_label { } .gfield_required { } .ginput_container { input, textarea { } } .validation_message { } } .gfield_error { .ginput_container { input, textarea { } } } .gfield_contains_required { } } .gform_validation_container { // honey pot display:none; } } .gform_footer { .gform_button { &:hover { } } } } .gform_confirmation_wrapper { .gform_confirmation_message_1 { } }