STYLE refining form styles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fd200e8c46
commit
2b41470e9a
|
|
@ -7,3 +7,7 @@
|
|||
@apply max-w-3xl pb-4;
|
||||
}
|
||||
}
|
||||
|
||||
.paper-file {
|
||||
@apply !mt-8 !mb-6;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,8 +20,37 @@ body.front-end {
|
|||
--gf-ctrl-label-font-size-secondary: 1.35rem;
|
||||
--gf-ctrl-label-font-weight-secondary: 200;
|
||||
|
||||
--gf-ctrl-label-font-size-req: 1rem;
|
||||
--gf-ctrl-label-font-weight-req: 400;
|
||||
|
||||
--gf-ctrl-btn-radius: 0;
|
||||
--gf-ctrl-btn-bg-color-primary: transparent;
|
||||
--gf-ctrl-btn-bg-color-primary-focus: white;
|
||||
--gf-ctrl-btn-bg-color-primary-hover: 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-disabled: var(--wp--preset--color--carhop-green);
|
||||
--gf-ctrl-btn-bg-color-primary-disabled-focus: var(--wp--preset--color--carhop-green);
|
||||
--gf-ctrl-btn-bg-color-primary-disabled-hover: var(--wp--preset--color--carhop-green);
|
||||
--gf-ctrl-btn-bg-color-primary-disabled-active: var(
|
||||
--wp--preset--color--carhop-green
|
||||
);
|
||||
--gf-ctrl-btn-bg-color-hover-primary: white;
|
||||
--gf-ctrl-btn-color-hover-primary: var(--wp--preset--color--carhop-green);
|
||||
|
||||
--gf-ctrl-btn-font-size: 3.25rem;
|
||||
|
||||
--gf-ctrl-btn-font-weight: 300;
|
||||
|
||||
input[type='submit'] {
|
||||
--gf-ctrl-btn-bg-color-primary: transparent;
|
||||
--gf-ctrl-btn-font-size: 1.25rem;
|
||||
--gf-ctrl-btn-padding-x: 2rem;
|
||||
--gf-ctrl-btn-padding-y: 1rem;
|
||||
|
||||
@apply !mt-8 !mb-6;
|
||||
|
||||
/* --gf-ctrl-btn-bg-color-primary: transparent;
|
||||
--gf-ctrl-btn-bg-color-primary-focus: white;
|
||||
--gf-ctrl-btn-bg-color-primary-hover: white;
|
||||
--gf-ctrl-btn-border-color-primary: white;
|
||||
|
|
@ -36,7 +65,7 @@ body.front-end {
|
|||
);
|
||||
--gf-ctrl-btn-bg-color-primary-disabled-active: var(
|
||||
--wp--preset--color--carhop-green
|
||||
);
|
||||
); */
|
||||
}
|
||||
input[type='checkbox'] + label {
|
||||
--gf-ctrl-label-font-size-secondary: 1.25rem;
|
||||
|
|
@ -47,9 +76,6 @@ body.front-end {
|
|||
.gform_required_legend {
|
||||
@apply hidden;
|
||||
}
|
||||
.gfield_required {
|
||||
--gf-ctrl-label-font-size-req: 20px;
|
||||
}
|
||||
|
||||
.gform_fields {
|
||||
--gf-form-gap-x: 2rem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user