add customer template

This commit is contained in:
2019-07-01 07:08:24 +02:00
committed by Roland Schneider
parent 8e8aafb074
commit 5922ce776d
220 changed files with 62600 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%);
}
}