This commit is contained in:
2025-12-20 03:47:10 +01:00
parent 8428bf9c82
commit dcba044cd6
179 changed files with 10345 additions and 786 deletions

13
frontend/css/components.css Normal file → Executable file
View File

@@ -475,6 +475,9 @@
color: var(--text-secondary);
font-size: 0.75rem;
border: 1px solid var(--bg-tertiary);
display: inline-flex;
align-items: center;
gap: 0.25rem;
}
.tag-primary {
@@ -483,6 +486,16 @@
border-color: var(--color-info);
}
.tag .remove-tag {
background: transparent;
border: none;
color: inherit;
cursor: pointer;
font-size: 0.8rem;
padding: 0;
line-height: 1;
}
/* Alert Component */
.alert {
padding: var(--spacing-md);