STYLE adjustements
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-07 12:36:04 +02:00
parent 028c702d71
commit fd200e8c46
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.contribution-conditions { .contribution-conditions {
margin-top: -20px !important; /* margin-top: -30px !important; */
margin-bottom: 30px !important; margin-bottom: 20px !important;
.gfield_description { .gfield_description {
@apply !text-xl !font-light; @apply !text-xl !font-light;

View File

@ -15,6 +15,11 @@ body.front-end {
--gf-ctrl-desc-color-focus: rgba(255, 255, 255, 0.9); --gf-ctrl-desc-color-focus: rgba(255, 255, 255, 0.9);
--gf-ctrl-desc-color-hover: rgba(255, 255, 255, 0.9); --gf-ctrl-desc-color-hover: rgba(255, 255, 255, 0.9);
--gf-font-weight-secondary: 300;
--gf-ctrl-font-size-secondary: 3.25rem;
--gf-ctrl-label-font-size-secondary: 1.35rem;
--gf-ctrl-label-font-weight-secondary: 200;
input[type='submit'] { input[type='submit'] {
--gf-ctrl-btn-bg-color-primary: transparent; --gf-ctrl-btn-bg-color-primary: transparent;
--gf-ctrl-btn-bg-color-primary-focus: white; --gf-ctrl-btn-bg-color-primary-focus: white;
@ -33,6 +38,12 @@ body.front-end {
--wp--preset--color--carhop-green --wp--preset--color--carhop-green
); );
} }
input[type='checkbox'] + label {
--gf-ctrl-label-font-size-secondary: 1.25rem;
--gf-ctrl-label-font-weight-secondary: 300;
@apply tracking-normal;
}
.gform_required_legend { .gform_required_legend {
@apply hidden; @apply hidden;
} }