Compile CSS

This commit is contained in:
benjamin melançon 2025-09-24 01:06:58 -04:00
parent 44343b3a33
commit 7393c648fb

View file

@ -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,