Guest User

Untitled

a guest
Jan 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. .success-msg {
  2. @extend %msg;
  3. color: green;
  4. }
  5.  
  6. .warning-msg {
  7. @extend %msg;
  8. color: orange;
  9. }
  10.  
  11. .error-msg {
  12. @extend %msg;
  13. color: red;
  14. }
Add Comment
Please, Sign In to add comment