FEATURE Refining behaviour and aspect
This commit is contained in:
parent
ef1f481733
commit
a84dec6d94
|
|
@ -1,7 +1,26 @@
|
|||
.wp-block-carhop-blocks-cta {
|
||||
@apply internal-link-with-icon;
|
||||
&: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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user