This commit is contained in:
parent
028c702d71
commit
fd200e8c46
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user