init project

This commit is contained in:
2025-03-12 10:20:27 +07:00
commit fe04ff1137
84 changed files with 3050 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
html {
.bg-success {
color: white !important;
}
.bg-primary {
color: $white !important;
}
.bg-secondary {
color: $white !important;
}
.bg-warning {
color: $white !important;
}
}
.border,
.v-divider {
border-color: rgba(var(--v-border-color), 1) !important;
}