STYLE handling wp-list correctly on front-end
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
80d0b2ccdc
commit
80b05c7d8f
|
|
@ -62,6 +62,6 @@
|
|||
@import './blocks/card-grid.css';
|
||||
@import './blocks/sitemap.css';
|
||||
@import './blocks/block-chapo.css';
|
||||
|
||||
@import './blocks/wp-block-list.css';
|
||||
/* ########### LIBS ############ */
|
||||
@import './libs/swiper.css';
|
||||
|
|
|
|||
15
resources/css/blocks/wp-block-list.css
Normal file
15
resources/css/blocks/wp-block-list.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.wp-block-list {
|
||||
@apply list-disc;
|
||||
list-style-position: inside;
|
||||
|
||||
li {
|
||||
@apply list-none relative pl-6;
|
||||
}
|
||||
|
||||
li::before {
|
||||
@apply text-carhop-green-700 font-bold absolute top-0 left-0 pt-0;
|
||||
content: '•';
|
||||
@apply font-bold text-2xl;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user