refactor(css): use variable rather direct color

This commit is contained in:
Edouard Vanbelle
2026-04-14 11:54:18 +02:00
parent 08884f3b6d
commit d01b2c6ec4
8 changed files with 163 additions and 259 deletions
+5 -2
View File
@@ -94,12 +94,15 @@ p.subtitle {
border-color: var(--color-primary);
}
.error-text {
color: var(--color-error, #e53935);
color: var(--color-error-text);
font-size: 0.85rem;
margin-bottom: 0.75rem;
}
/* Primary button */
/* Primary button
FIXME: use components/buttons.css ?
*/
.btn-primary {
display: inline-block;
width: 100%;