Compare commits

..

No commits in common. "89446b139b66af68b5055051041219fa774b4788" and "1ef0d293cf5f3bb5de9e4a4794be35f37efdb286" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View File

@ -41,7 +41,6 @@
@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';

View File

@ -1,3 +0,0 @@
.chapter-section + .content-box {
margin-top: -80px;
}

View File

@ -53,7 +53,7 @@ body.front-end {
--gf-ctrl-bg-color-focus: transparent !important;
--gf-ctrl-bg-color-hover: transparent !important;
--gf-ctrl-color: white;
--gf-ctrl-color: var(--wp--preset--color--carhop-green);
--gf-ctrl-color-focus: white;
--gf-ctrl-color-hover: white;
@ -139,15 +139,13 @@ 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:not(:placeholder-shown), textarea:not(:placeholder-shown)) {
.gfield:has(input:focus, textarea:focus) {
.gfield_label {
@apply !opacity-100;
@ -160,7 +158,3 @@ body.front-end {
@apply !opacity-0;
}
}
.gform_wrapper {
@apply mt-12;
}