mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 05:12:57 +02:00
fix description/label styles to be consistent
This commit is contained in:
@@ -17,3 +17,13 @@
|
||||
.required {
|
||||
color: var(--theme-colors-state-error);
|
||||
}
|
||||
|
||||
.label {
|
||||
margin-bottom: var(--theme-spacing-xs);
|
||||
}
|
||||
|
||||
.description {
|
||||
margin-bottom: var(--theme-spacing-xs);
|
||||
font-size: var(--theme-font-size-xs);
|
||||
color: var(--theme-colors-foreground-muted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user