more modern message styles
This commit is contained in:
parent
9e531a5982
commit
45d4fd0e1d
1 changed files with 13 additions and 8 deletions
|
@ -1,11 +1,16 @@
|
|||
message {
|
||||
display: block;
|
||||
padding: 2em 0;
|
||||
background: #ACE;
|
||||
&.warning {
|
||||
background: #D99;
|
||||
}
|
||||
&.great {
|
||||
background: #9D9;
|
||||
}
|
||||
padding: 2em;
|
||||
background: #def;
|
||||
border-left: 5px solid #44e;
|
||||
}
|
||||
|
||||
.warning {
|
||||
border-color: #e44;
|
||||
background: #fdd;
|
||||
}
|
||||
|
||||
.great {
|
||||
border-color: #2d2;
|
||||
background: #dfd;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue