Added config support
This commit is contained in:
@@ -125,6 +125,14 @@ input:focus, select:focus { outline: none; border-color: var(--accent); }
|
||||
.search-bar input { flex: 1; }
|
||||
.search-bar select { width: auto; min-width: 120px; }
|
||||
|
||||
/* Form groups */
|
||||
.form-group { margin-bottom: 0.75rem; }
|
||||
.form-group label { display: block; font-size: 0.85rem; color: var(--text-secondary); margin-bottom: 0.25rem; }
|
||||
.form-group input[type="number"] { width: 150px; }
|
||||
.form-group select { width: auto; min-width: 150px; }
|
||||
.checkbox-label { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; }
|
||||
.checkbox-label input[type="checkbox"] { width: auto; }
|
||||
|
||||
/* Badges */
|
||||
.badge {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user