Make form labels and help more legible, better grouped around element
This commit is contained in:
parent
4a926facf3
commit
44343b3a33
1 changed files with 6 additions and 1 deletions
|
@ -6,6 +6,11 @@
|
|||
|
||||
.label {
|
||||
color: currentColor;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.label:not(:last-child) {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.is-dark {
|
||||
|
@ -27,7 +32,7 @@
|
|||
|
||||
.content p.form-label,
|
||||
.form-label {
|
||||
margin-top: 1rem;
|
||||
margin-top: 1.25rem;
|
||||
margin-bottom: .6rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue