Skip to content

Instantly share code, notes, and snippets.

@gmutschler
Created August 8, 2014 14:37
Show Gist options
  • Save gmutschler/d5ba6a8e728224146d33 to your computer and use it in GitHub Desktop.
Save gmutschler/d5ba6a8e728224146d33 to your computer and use it in GitHub Desktop.
Basic styling from form validation messages
.error {
color: #ee0000;
border: 1px solid #ee6767;
background: #ffe7e7;
}
.success {
color: #11aa11;
border: 1px solid #67cc67;
background: #e7f7e7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment