Move assets

This commit is contained in:
Shift
2023-01-03 08:25:58 +00:00
parent a3d4deae7d
commit 5b9471f838
71 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
// Alerts
.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%);
}
}