Compile CSS
This commit is contained in:
parent
44343b3a33
commit
7393c648fb
1 changed files with 6 additions and 2 deletions
|
@ -7312,7 +7312,11 @@ iframe {
|
||||||
margin-bottom: 1em; }
|
margin-bottom: 1em; }
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
color: currentColor; }
|
color: currentColor;
|
||||||
|
font-size: 1rem; }
|
||||||
|
|
||||||
|
.label:not(:last-child) {
|
||||||
|
margin-bottom: 0.25em; }
|
||||||
|
|
||||||
.is-dark .select select {
|
.is-dark .select select {
|
||||||
border-color: #0D1E34;
|
border-color: #0D1E34;
|
||||||
|
@ -7327,7 +7331,7 @@ iframe {
|
||||||
|
|
||||||
.content p.form-label,
|
.content p.form-label,
|
||||||
.form-label {
|
.form-label {
|
||||||
margin-top: 1rem;
|
margin-top: 1.25rem;
|
||||||
margin-bottom: .6rem; }
|
margin-bottom: .6rem; }
|
||||||
|
|
||||||
.webform-form,
|
.webform-form,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue