/**
 * @license EUPL-1.2
 * Copyright (c) 2021 The Knights Who Say NIH! B.V.
 * Copyright (c) 2021 Gemeente Utrecht
 */

@import "~@utrecht/button-css/src/mixin";
@import "./mixin";

.utrecht-button-link {
  @include utrecht-button-link;
}

.utrecht-button-link--active {
  @include utrecht-button-link--active;
}

.utrecht-button-link--hover {
  @include utrecht-button-link--hover;
}

.utrecht-button-link--focus {
  @include utrecht-button-link--focus;
}

.utrecht-button-link--focus-visible {
  @include utrecht-button-link--focus-visible;
}

.utrecht-button-link--placeholder {
  @include utrecht-button-link--placeholder;
}

.utrecht-button-link--html-a {
  @include utrecht-button-link--html-a;
}

@include utrecht-button-appearance("utrecht-button-link", "primary-action");
@include utrecht-button-appearance("utrecht-button-link", "secondary-action");
@include utrecht-button-appearance("utrecht-button-link", "subtle");
