Skip to content

Instantly share code, notes, and snippets.

@jakesorce
Created June 28, 2017 02:45
Show Gist options
  • Save jakesorce/c4eccd881c2a4c3f288da3e371d0e9de to your computer and use it in GitHub Desktop.
Save jakesorce/c4eccd881c2a4c3f288da3e371d0e9de to your computer and use it in GitHub Desktop.
.alert {
padding: 15px;
margin-bottom: 20px !important;
border: 1px solid transparent;
border-radius: 4px;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment