Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benpearson/d26f63be2729fd1d612e457bc77bd930 to your computer and use it in GitHub Desktop.
Save benpearson/d26f63be2729fd1d612e457bc77bd930 to your computer and use it in GitHub Desktop.
DT Gravity Forms validations styles (starter)
.gfield_error{
input[type="text"],
textarea {
border: 1px solid $red;
}
}
.validation_error,
.validation_message {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment