/*
 * Anchor theme
 *
 */

@use '../anchor-mixins.scss';

@mixin anchorStyleUi() {
  // Align this icon to look the same as in v10
  &__launch-icon.dnb-icon.dnb-icon--default {
    font-size: 1em;
    svg path {
      stroke-width: 1.2;
    }
  }
}

@include anchor-mixins.notNoStyle() {
  &.dnb-anchor {
    @include anchorStyleUi();
  }
}
