Skip to content

Instantly share code, notes, and snippets.

@reformatco
Last active December 23, 2015 08:29
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 reformatco/6607771 to your computer and use it in GitHub Desktop.
Save reformatco/6607771 to your computer and use it in GitHub Desktop.
LESS Base Styles for Gravity Form CSS
.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 {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment