Create messages.less
This commit is contained in:
parent
7a61c1d905
commit
7b60a953ba
1 changed files with 11 additions and 0 deletions
11
less/messages.less
Normal file
11
less/messages.less
Normal file
|
@ -0,0 +1,11 @@
|
|||
message {
|
||||
display: block;
|
||||
padding: 2em 0;
|
||||
background: #ACE;
|
||||
&.warning {
|
||||
background: #D99;
|
||||
}
|
||||
&.great {
|
||||
background: #9D9;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue