mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 13:23:16 +02:00
fix description/label styles to be consistent
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
.label {
|
||||
margin-bottom: var(--theme-spacing-sm);
|
||||
margin-bottom: var(--theme-spacing-xs);
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
@@ -57,3 +57,9 @@
|
||||
.option:hover {
|
||||
background: lighten(var(--theme-colors-surface), 5%);
|
||||
}
|
||||
|
||||
.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