@import '../_core-mixin';
/**
 * @stable [22.045.2020]
 */
@mixin rac-sub-header-link (
  $rac-sub-header-link-custom: unset,
  /**/
  $rac-sub-header-link-content-color: unset,                                                  /* @stable [22.05.2020] */
  $rac-sub-header-link-content-cursor: unset                                                  /* @stable [22.05.2020] */
) {
  #{rac-cls($rac-sub-header-link-cls, $rac-sub-header-link-custom)} {

    @include rac-styles (
      $rac-styles-custom: rac-sub-header-link__content,
      $rac-styles-color: $rac-sub-header-link-content-color,
      $rac-styles-cursor: $rac-sub-header-link-content-cursor
    );
  }
}