Compare commits

..

No commits in common. "951c19e2eaa8211ab18b9d51f186d579bc78b97b" and "206059da55ea79cedb7306794adde8d4d4f7f05e" have entirely different histories.

7 changed files with 3 additions and 69 deletions

View File

@ -48,8 +48,6 @@
@import './blocks/narrative-card.css';
@import './blocks/scroll-story-block.css';
@import './blocks/gallery.css';
@import './blocks/content-card.css';
@import './blocks/card-grid.css';
/* ########### LIBS ############ */
@import './libs/swiper.css';

View File

@ -1,19 +0,0 @@
.card-grid {
&--columns-2 .card-grid__innerblocks {
@apply md:grid-cols-2;
/* grid-template-columns: repeat(2, 1fr); */
}
&--columns-3 .card-grid__innerblocks {
@apply md:grid-cols-3;
}
&--columns-4 .card-grid__innerblocks {
@apply md:grid-cols-2 lg:grid-cols-4;
}
&--columns-5 .card-grid__innerblocks {
@apply md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5;
}
&__innerblocks {
@apply gap-8;
}
}

View File

@ -72,21 +72,6 @@
&--small {
@apply !h-12;
}
&--classic {
@apply !rounded-none;
}
&--photoframe {
@apply object-cover;
border: 20px solid white;
box-sizing: content-box;
filter: saturate(0);
transition: all 0.3s ease;
&:hover {
filter: saturate(1);
scale: 1.01;
}
}
}
&__background {
@ -111,9 +96,3 @@
z-index: 2;
}
}
.chapter-section:nth-child(even) {
.chapter-section__cover--photoframe {
@apply -rotate-1;
}
}

View File

@ -16,9 +16,6 @@
color: var(--content-box-text-color);
}
.wp-block-group {
}
&--bg-light {
--content-box-text-color: var(--wp--preset--color--carhop-green);
}

View File

@ -1,11 +0,0 @@
.content-card {
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
@apply nunito;
letter-spacing: 0.05em;
}
}

View File

@ -1,4 +1,3 @@
.decorative-shapes {
/* @apply py-32; */
@apply py-12;
@apply py-32;
}

View File

@ -1,6 +1,6 @@
.carhop-heading {
&__innerblocks {
@apply alignwide !mx-auto flex flex-col justify-center gap-8;
@apply max-w-screen-2xl mx-auto flex flex-col justify-center gap-8;
}
&--align-center {
@ -20,16 +20,7 @@
h4,
h5,
h6 {
@apply font-light uppercase tracking-wider max-w-4xl !text-5xl;
@apply font-light uppercase tracking-wider max-w-4xl mx-auto !text-5xl;
line-height: 1.2 !important;
}
h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
h4.has-text-align-center,
h5.has-text-align-center,
h6.has-text-align-center {
@apply mx-auto;
}
}