This commit is contained in:
2025-03-25 17:30:21 +09:00
commit aede56d4f2
189 changed files with 46849 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
@mixin alert-variant-pc($background, $border, $color) {
color: $color;
border-color: $border;
hr {
border-top-color: darken($border, 5%);
}
.alert-link {
color: darken($color, 10%);
}
}
.swal-footer {
text-align: center;
}