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.

11 lines
247 B

8 months ago
  1. .component-linkextern:not([href^='https://#{$domain}']) {
  2. margin-right: 1.2em;
  3. &:after {
  4. content: '\f08e';
  5. font-family: var(--font-icon);
  6. font-size: .8em;
  7. margin-left: .35em;
  8. margin-top: .1em;
  9. position: absolute;
  10. }
  11. }