carhop__carhop-theme__DEV/resources/css/blocks/cta.css
Antoine M e1d584fa64
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Handling internal self link
2025-10-14 10:46:45 +02:00

8 lines
138 B
CSS

.wp-block-carhop-blocks-cta {
@apply internal-link-with-icon;
&[href^='#'] {
@apply internal-link-self-page-anchor;
}
}