Skip to content

Instantly share code, notes, and snippets.

@LucasLLLS
Created August 6, 2016 16:15
Show Gist options
  • Save LucasLLLS/b3720f4b7c02642a59f808116c69eb78 to your computer and use it in GitHub Desktop.
Save LucasLLLS/b3720f4b7c02642a59f808116c69eb78 to your computer and use it in GitHub Desktop.
.message, .success, .error, .warning {
border: 1px solid #cccccc;
padding: 10px;
color: #333;
}
.success {
border-color: green;
}
.error {
border-color: red;
}
.warning {
border-color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment