46 lines
818 B
CSS
46 lines
818 B
CSS
@import 'tailwindcss/components';
|
|
@import 'tailwindcss/utilities';
|
|
|
|
body {
|
|
@apply font-sans;
|
|
}
|
|
|
|
.wp-block {
|
|
@apply max-w-screen-xl;
|
|
}
|
|
|
|
.wp-block[data-align='wide'] {
|
|
@apply max-w-screen-xl;
|
|
}
|
|
|
|
.wp-block[data-align='full'] {
|
|
@apply max-w-full;
|
|
}
|
|
.wp-block.alignfull {
|
|
@apply max-w-full;
|
|
}
|
|
|
|
.acf-block-component {
|
|
/* @apply bg-red-500; */
|
|
}
|
|
.acf-block-fields {
|
|
@apply max-w-screen-md mx-auto;
|
|
}
|
|
|
|
.wp-block-carhop-blocks-cta {
|
|
&.is-selected::after {
|
|
@apply !static;
|
|
}
|
|
}
|
|
|
|
.deligraph-blocks-chapter-section {
|
|
@apply !px-0;
|
|
svg {
|
|
@apply pointer-events-none;
|
|
}
|
|
}
|
|
/* block-editor-block-list__block wp-block has-child-selected carhop-heading carhop-heading--hierarchy-classic wp-block-carhop-blocks-heading */
|
|
.block-editor-block-list__block.wp-block-carhop-blocks-heading {
|
|
@apply mx-auto;
|
|
}
|