Compare commits

..

No commits in common. "7393c648fb8084b1c9edf123056181c706b0b761" and "4a926facf325901677b3b253d4aa7b1dc50c9ea9" have entirely different histories.

2 changed files with 3 additions and 12 deletions

View file

@ -7312,11 +7312,7 @@ 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;
@ -7331,7 +7327,7 @@ iframe {
.content p.form-label, .content p.form-label,
.form-label { .form-label {
margin-top: 1.25rem; margin-top: 1rem;
margin-bottom: .6rem; } margin-bottom: .6rem; }
.webform-form, .webform-form,

View file

@ -6,11 +6,6 @@
.label { .label {
color: currentColor; color: currentColor;
font-size: 1rem;
}
.label:not(:last-child) {
margin-bottom: 0.25em;
} }
.is-dark { .is-dark {
@ -32,7 +27,7 @@
.content p.form-label, .content p.form-label,
.form-label { .form-label {
margin-top: 1.25rem; margin-top: 1rem;
margin-bottom: .6rem; margin-bottom: .6rem;
} }