SCSS Framework (Beta)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
247 B

.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;
}
}