Compare commits
4 Commits
15a56b1754
...
869509820c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
869509820c | ||
|
|
a233d3830e | ||
|
|
da80fb34d5 | ||
|
|
1cdc73df2a |
|
|
@ -72,7 +72,9 @@
|
||||||
@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';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.chapter-section + .content-box {
|
.chapter-section--width-full + .content-box {
|
||||||
margin-top: -80px;
|
margin-top: -80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,10 @@
|
||||||
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 {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
@apply alignwide !mx-auto flex flex-col justify-center gap-6 !my-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--align-center {
|
&--align-center {
|
||||||
|
|
@ -62,6 +62,16 @@
|
||||||
@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 */
|
||||||
|
|
|
||||||
9
resources/css/blocks/wp-block-heading.css
Normal file
9
resources/css/blocks/wp-block-heading.css
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
.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