Initial commit

This commit is contained in:
2026-07-23 08:58:13 +08:00
commit 6fc18cf062
411 changed files with 2549 additions and 0 deletions
+69
View File
@@ -0,0 +1,69 @@
.card-note {
color: #718092;
font-size: 14px;
line-height: 1.8;
margin: 0;
}
.card-batch-actions {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: flex-end;
}
.card-batch-actions span {
color: #718092;
font-size: 12px;
min-width: 62px;
text-align: right;
}
.card-batch-actions button:disabled {
cursor: not-allowed;
opacity: .45;
}
.card-check {
padding-left: 18px;
padding-right: 6px;
width: 42px;
}
.card-check input {
accent-color: #0878b9;
height: 17px;
margin: 0;
width: 17px;
}
.card-new-batch {
background: #f2faf7;
}
.badge.shared {
background: #e8f1fb;
color: #235f92;
}
[data-card-count][readonly] {
background: #f3f6f8;
color: #718092;
}
@media (max-width: 720px) {
.card-manager .panel-head {
align-items: flex-start;
flex-direction: column;
}
.card-batch-actions {
justify-content: flex-start;
width: 100%;
}
.card-batch-actions span {
margin-left: auto;
}
}