1
0
Fork 0

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:
Moritz »mo.« Sauer 2015-03-30 14:03:59 +02:00
parent 70814f1483
commit ebdc6f8c65
4 changed files with 79 additions and 3 deletions

View file

@ -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;

View file

@ -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 {