Skip to content

Instantly share code, notes, and snippets.

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