first commit

This commit is contained in:
2026-05-22 20:46:29 +08:00
commit b04f87f2b0
121 changed files with 14851 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.survey-table-card {
border: none !important;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
border-radius: 1rem !important;
}
.survey-table-card .card-header {
border-radius: 1rem 1rem 0 0 !important;
}
.survey-title-container a {
transition: color 0.2s;
}
.survey-title-container a:hover {
color: #4e73df !important;
}
.copy-btn-success {
color: #1cc88a !important;
}