Compare commits
No commits in common. "2d0487fc3328b4b2574a6d3a8cf17fc94bc8d749" and "5f7c0618d46be0ddae0f100c9da205a7348330e1" have entirely different histories.
2d0487fc33
...
5f7c0618d4
|
|
@ -39,9 +39,6 @@
|
|||
@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';
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
.decorative-shapes {
|
||||
@apply py-32;
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 592 B |
|
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 591 B |
|
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 598 B |