New! Embed Alerts via new include
Showing alerts in your content is simplified via include. Have a look at http://phlow.github.io/feeling-responsive/documentation/#alert-embed-an- alert-in-your-content
This commit is contained in:
parent
70814f1483
commit
ebdc6f8c65
4 changed files with 79 additions and 3 deletions
|
@ -30,7 +30,7 @@ $secondary-color: $ci-6;
|
|||
$alert-color: $ci-5;
|
||||
$success-color: $ci-6;
|
||||
$warning-color: $ci-4;
|
||||
$info-color: $ci-2;
|
||||
$info-color: $ci-1;
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -58,9 +58,15 @@
|
|||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.alert-box.terminal {
|
||||
background: $grey-16;
|
||||
background: $grey-12;
|
||||
color: #fff;
|
||||
border-color: scale-color($grey-16, $lightness: -14%);
|
||||
border-color: scale-color($grey-12, $lightness: -14%);
|
||||
}
|
||||
.alert-box.text {
|
||||
background-color: $grey-2;
|
||||
text-shadow: 0px 0px 0px rgba(0,0,0,0.9);
|
||||
border-color: scale-color($grey-2, $lightness: -14%);
|
||||
color: $grey-12;
|
||||
}
|
||||
|
||||
.breadcrumbs>.current {
|
||||
|
|
Reference in a new issue