add luxe template

This commit is contained in:
2024-05-21 05:22:52 +02:00
parent 00062e5a17
commit 6563f89639
153 changed files with 27459 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
// Alerts
@mixin alert-variant($background, $border, $text-color) {
background-color: $background;
border-color: $border;
color: $text-color;
hr {
border-top-color: darken($border, 5%);
}
.alert-link {
color: darken($text-color, 10%);
}
}