STYLE Adjusting description styles

This commit is contained in:
Antoine M 2025-10-07 12:20:42 +02:00
parent 72329941ff
commit 664a16583f

View File

@ -9,11 +9,16 @@
body.front-end { body.front-end {
.gform-theme--api, .gform-theme--api,
.gform-theme--framework { .gform-theme--framework {
--gf-ctrl-desc-font-size: 1.1rem;
--gf-ctrl-desc-font-weight: 200;
--gf-ctrl-desc-color: 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);
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;
--gf-ctrl-btn-bg-color-primary-hover: white; --gf-ctrl-btn-bg-color-primary-hover: white;
--gf-ctrl-btn-border-color-primary: white; --gf-ctrl-btn-border-color-primary: white;
--gf-ctrl-btn-bg-color-primary-active: var(--wp--preset--color--carhop-green); --gf-ctrl-btn-bg-color-primary-active: var(--wp--preset--color--carhop-green);
@ -68,9 +73,9 @@ body.front-end {
} }
.gfield_description { .gfield_description {
--gf-ctrl-desc-color: white; /* --gf-ctrl-desc-color: white;
--gf-ctrl-desc-color-focus: white; --gf-ctrl-desc-color-focus: white;
--gf-ctrl-desc-color-hover: white; --gf-ctrl-desc-color-hover: white; */
} }
p { p {
@apply !pb-0; @apply !pb-0;