Add files

This commit is contained in:
Marijn Jansen
2019-03-08 16:04:26 +01:00
parent 3af07b3e40
commit 83f3ee2cb4
106 changed files with 8328 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
@mixin alert-variant($background, $border, $color) {
color: $color;
@include gradient-bg($background);
border-color: $border;
hr {
border-top-color: darken($border, 5%);
}
.alert-link {
color: darken($color, 10%);
}
}