carhop__carhop-theme__DEV/resources/css/blocks/cta.css
2026-04-08 16:44:34 +02:00

27 lines
440 B
CSS

.wp-block-carhop-blocks-cta {
&:has(#arrow-internal-link) {
@apply internal-link-with-svg-icon;
}
&:has(#arrow-external-link) {
@apply external-link-with-svg-icon;
}
svg {
@apply w-10 h-10;
path,
circle {
stroke: currentColor;
stroke-width: 2px;
}
}
&[href^='#'] {
@apply internal-link-self-page-anchor;
}
&:after {
content: none !important;
}
}