Compare commits
2 Commits
1ef0d293cf
...
89446b139b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89446b139b | ||
|
|
30897730ee |
|
|
@ -41,6 +41,7 @@
|
|||
@import './pages/archive-dbmob.css';
|
||||
|
||||
/* ########### BLOCKS ############ */
|
||||
@import './blocks/blocks-spacing.css';
|
||||
@import './blocks/front-header.css';
|
||||
@import './blocks/chapter-section.css';
|
||||
@import './blocks/subscribe-infolettre.css';
|
||||
|
|
|
|||
3
resources/css/blocks/blocks-spacing.css
Normal file
3
resources/css/blocks/blocks-spacing.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.chapter-section + .content-box {
|
||||
margin-top: -80px;
|
||||
}
|
||||
|
|
@ -53,7 +53,7 @@ body.front-end {
|
|||
--gf-ctrl-bg-color-focus: transparent !important;
|
||||
--gf-ctrl-bg-color-hover: transparent !important;
|
||||
|
||||
--gf-ctrl-color: var(--wp--preset--color--carhop-green);
|
||||
--gf-ctrl-color: white;
|
||||
--gf-ctrl-color-focus: white;
|
||||
--gf-ctrl-color-hover: white;
|
||||
|
||||
|
|
@ -139,13 +139,15 @@ body.front-end {
|
|||
@apply !relative;
|
||||
|
||||
--gf-ctrl-label-color-primary: white;
|
||||
--gf-ctrl-label-color-req: white;
|
||||
|
||||
.gfield_label {
|
||||
@apply !opacity-0 absolute top-1/2 left-4 text-white !text-lg !font-light;
|
||||
transition: all 0.15s ease-out;
|
||||
}
|
||||
}
|
||||
.gfield:has(input:focus, textarea:focus) {
|
||||
.gfield:has(input:focus, textarea:focus),
|
||||
.gfield:has(input:not(:placeholder-shown), textarea:not(:placeholder-shown)) {
|
||||
.gfield_label {
|
||||
@apply !opacity-100;
|
||||
|
||||
|
|
@ -158,3 +160,7 @@ body.front-end {
|
|||
@apply !opacity-0;
|
||||
}
|
||||
}
|
||||
|
||||
.gform_wrapper {
|
||||
@apply mt-12;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user