fix(tapops): deteksi format file dan format tag

This commit is contained in:
Dodo
2026-06-04 18:53:39 +07:00
parent 36eebac312
commit 5c5c6aa42c
13 changed files with 548 additions and 144 deletions
+24 -1
View File
@@ -35,6 +35,30 @@
color: #3b82f6;
}
.doc-type-pptx {
color: #f97316;
}
.doc-type-xlsx {
color: #16a34a;
}
.doc-type-txt {
color: #64748b;
}
.doc-type-archive {
color: #7c3aed;
}
.doc-type-image {
color: #ec4899;
}
.doc-type-file {
color: #94a3b8;
}
.doc-title {
font-size: 1.15rem;
font-weight: 800;
@@ -88,7 +112,6 @@
color: hsl(43, 80%, 35%);
border: 1px solid hsl(43, 80%, 85%);
border-radius: 20px;
text-transform: lowercase;
letter-spacing: 0.3px;
transition: all 0.2s ease;
}