1
This commit is contained in:
13
frontend/css/components.css
Normal file → Executable file
13
frontend/css/components.css
Normal file → Executable 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);
|
||||
|
||||
Reference in New Issue
Block a user