Compare commits
No commits in common. "869509820c08a58aa966725ddede5d78ad5a51ae" and "15a56b17544108ea6b7222cae4953105685edd4b" have entirely different histories.
869509820c
...
15a56b1754
|
|
@ -72,9 +72,7 @@
|
|||
@import './blocks/featured-news.css';
|
||||
@import './blocks/notice-panel.css';
|
||||
|
||||
@import './blocks/wp-block-heading.css';
|
||||
@import './blocks/wp-block-list.css';
|
||||
@import './blocks/wp-block-table.css';
|
||||
|
||||
/* ########### LIBS ############ */
|
||||
@import './libs/swiper.css';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.chapter-section--width-full + .content-box {
|
||||
.chapter-section + .content-box {
|
||||
margin-top: -80px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,10 +11,6 @@
|
|||
background-color: var(--content-box-background-color, transparent);
|
||||
}
|
||||
|
||||
&.alignwide {
|
||||
@apply !mx-auto;
|
||||
}
|
||||
|
||||
.wp-block-group {
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.carhop-heading {
|
||||
@apply pb-8;
|
||||
&__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 {
|
||||
|
|
@ -62,16 +62,6 @@
|
|||
@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 */
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user