This commit is contained in:
Sven Ullmann 2025-07-19 23:58:24 +02:00
commit 58842c665e
69 changed files with 8357 additions and 0 deletions

View file

@ -0,0 +1,12 @@
.component-linkextern:not([href^='https://#{$domain}']) {
margin-right: 1.2em;
&:after {
content: '\f08e';
font-family: var(--font-icon);
font-size: .8em;
margin-left: .35em;
margin-top: .1em;
position: absolute;
}
}