STYLE Adjusting description styles
This commit is contained in:
parent
72329941ff
commit
664a16583f
|
|
@ -9,11 +9,16 @@
|
|||
body.front-end {
|
||||
.gform-theme--api,
|
||||
.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'] {
|
||||
--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);
|
||||
|
|
@ -68,9 +73,9 @@ body.front-end {
|
|||
}
|
||||
|
||||
.gfield_description {
|
||||
--gf-ctrl-desc-color: white;
|
||||
/* --gf-ctrl-desc-color: white;
|
||||
--gf-ctrl-desc-color-focus: white;
|
||||
--gf-ctrl-desc-color-hover: white;
|
||||
--gf-ctrl-desc-color-hover: white; */
|
||||
}
|
||||
p {
|
||||
@apply !pb-0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user