Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created October 27, 2017 17:48
Show Gist options
  • Save robertcoopercode/491592633c45e1a3eab0af0c96236053 to your computer and use it in GitHub Desktop.
Save robertcoopercode/491592633c45e1a3eab0af0c96236053 to your computer and use it in GitHub Desktop.
.message,
.message-info,
.message-error {
padding: .5em;
border-radius: 3px;
}
.message-info {
background-color: lightblue;
}
.message-error {
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment