Create messages.less

This commit is contained in:
Owen Versteeg 2013-12-08 16:42:09 -05:00
parent 7a61c1d905
commit 7b60a953ba

11
less/messages.less Normal file
View file

@ -0,0 +1,11 @@
message {
display: block;
padding: 2em 0;
background: #ACE;
&.warning {
background: #D99;
}
&.great {
background: #9D9;
}
}