Compare commits

...

8 Commits

Author SHA1 Message Date
Antoine M
2d0487fc33 ENQUEUE new block styles
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-27 18:20:29 +02:00
Antoine M
4f39d9c1df FEATURE Introducing the asset styles 2025-06-27 18:20:18 +02:00
Antoine M
e4325a35d6 FEATURE Introducing the asset styles 2025-06-27 18:20:12 +02:00
Antoine M
8df65da425 FEATURE Introducing the asset styles 2025-06-27 18:20:05 +02:00
Antoine M
ca679a1264 RENAME Asset 2025-06-27 18:19:47 +02:00
Antoine M
6926194093 RENAME Asset 2025-06-27 18:19:41 +02:00
Antoine M
a165416715 RENAME Asset 2025-06-27 18:19:35 +02:00
Antoine M
02ae76265d RENAME assets 2025-06-27 18:19:20 +02:00
8 changed files with 57 additions and 0 deletions

View File

@ -39,6 +39,9 @@
@import './blocks/revues-precedentes.css';
@import './blocks/cta.css';
@import './blocks/team-authors.css';
@import './blocks/content-box.css';
@import './blocks/heading.css';
@import './blocks/decorative-shapes.css';
/* ########### LIBS ############ */
@import './libs/swiper.css';

View File

@ -0,0 +1,29 @@
.content-box {
@apply py-16;
background-color: var(--content-box-background-color);
color: var(--content-box-text-color);
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
color: var(--content-box-text-color);
}
p {
@apply pb-8;
}
&__innerblocks {
@apply max-w-screen-2xl mx-auto px-8;
}
h3 {
@apply title-small font-bold;
}
.carhop-heading:not(:first-child) {
@apply pt-32;
}
}

View File

@ -0,0 +1,3 @@
.decorative-shapes {
@apply py-32;
}

View File

@ -0,0 +1,22 @@
.carhop-heading {
&__innerblocks {
@apply max-w-screen-2xl mx-auto px-4 flex flex-col items-center justify-center gap-8;
}
p {
@apply !mb-0 pb-0 uppercase;
line-height: 1.2 !important;
font-weight: 600;
letter-spacing: 0.15em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-light uppercase tracking-wider max-w-4xl mx-auto !text-5xl;
line-height: 1.2 !important;
}
}

View File

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 598 B

View File

Before

Width:  |  Height:  |  Size: 592 B

After

Width:  |  Height:  |  Size: 592 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 591 B