add headers fields

This commit is contained in:
2026-06-02 22:01:41 +02:00
parent 551b07fc42
commit 7e205df26d
5 changed files with 123 additions and 28 deletions
+18 -4
View File
@@ -1,9 +1,23 @@
/* Headers */
.headers__input {
height: 3rem;
padding: 0 1rem;
line-height: 1.5rem;
border-radius: 0.5rem;
border: 1px solid var(--neutral-content);
&:focus {
outline: none;
border-color: var(--accent);
}
}
/* Checkbox */
.checkbox-accent {
accent-color: var(--accent);
width: 18px;
height: 18px;
cursor: pointer;
accent-color: var(--accent);
width: 18px;
height: 18px;
cursor: pointer;
}
/* Toggle */