comit-2026-02-14-02-35-a

This commit is contained in:
2026-02-14 02:36:56 -05:00
commit 3921522f1d
132 changed files with 27457 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%);
}
}