Compare commits

..

No commits in common. "869509820c08a58aa966725ddede5d78ad5a51ae" and "15a56b17544108ea6b7222cae4953105685edd4b" have entirely different histories.

5 changed files with 2 additions and 27 deletions

View File

@ -72,9 +72,7 @@
@import './blocks/featured-news.css'; @import './blocks/featured-news.css';
@import './blocks/notice-panel.css'; @import './blocks/notice-panel.css';
@import './blocks/wp-block-heading.css';
@import './blocks/wp-block-list.css'; @import './blocks/wp-block-list.css';
@import './blocks/wp-block-table.css'; @import './blocks/wp-block-table.css';
/* ########### LIBS ############ */ /* ########### LIBS ############ */
@import './libs/swiper.css'; @import './libs/swiper.css';

View File

@ -1,4 +1,4 @@
.chapter-section--width-full + .content-box { .chapter-section + .content-box {
margin-top: -80px; margin-top: -80px;
} }

View File

@ -11,10 +11,6 @@
background-color: var(--content-box-background-color, transparent); background-color: var(--content-box-background-color, transparent);
} }
&.alignwide {
@apply !mx-auto;
}
.wp-block-group { .wp-block-group {
} }

View File

@ -1,7 +1,7 @@
.carhop-heading { .carhop-heading {
@apply pb-8; @apply pb-8;
&__innerblocks { &__innerblocks {
@apply alignwide !mx-auto flex flex-col justify-center gap-6 !my-0; @apply alignwide !mx-auto flex flex-col justify-center gap-6;
} }
&--align-center { &--align-center {
@ -62,16 +62,6 @@
@apply !text-4xl fjalla !tracking-wider font-normal; @apply !text-4xl fjalla !tracking-wider font-normal;
} }
} }
&.is-style-stroked-after {
@apply flex items-end gap-4;
overflow-wrap: anywhere;
&:after {
@apply flex-auto border-b-2 border-primary border-solid mb-2;
content: '';
display: block;
}
}
} }
/* test */ /* test */

View File

@ -1,9 +0,0 @@
.wp-block-heading.is-style-stroked-after {
@apply flex items-end gap-2;
overflow-wrap: anywhere;
&:after {
@apply flex-auto border-b border-primary border-solid mb-2;
content: '';
display: block;
}
}