replicate LESS changes
This commit is contained in:
parent
5e22fc5085
commit
f8f7472251
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
@if $import-messages == true{
|
||||
//-------------------------------------------------------------------
|
||||
// Messages
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
message {
|
||||
display: block;
|
||||
padding: 2em;
|
||||
background: #def;
|
||||
border-left: 5px solid #44e;
|
||||
}
|
||||
|
||||
.warning {
|
||||
border-color: #e44;
|
||||
background: #fdd;
|
||||
}
|
||||
|
||||
.great {
|
||||
border-color: #2d2;
|
||||
background: #dfd;
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
// End @if
|
||||
}
|
Loading…
Add table
Reference in a new issue