// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
// See LICENSE in the project root for license information.

// ---------------------------------------------------------------------

@import '../libSupport/deprecated';
@import '../libSupport/manageScope';
@import '../utilityMixins/anchor-roleTab';

/// `auro_roleTab` is a helper class to support the UI of a hyperlink using `role="tab"`
///
/// [Manage](/#scope-prefix-variable-scope) `$scope` options.
/// @group Utility-auro
/// @example scss - Default selector(s)
///   .auro_roleTab {}
///
/// @example scss - Selector(s) when $scope: true;
///   .auro .auro_roleTab {}
///
/// @example scss - import selector file
///   @import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/componentSupport/anchor-roleTab";
#{$scope}.auro_roleTab {
  @include auro_anchorTab(sass, noncomponent);

  margin-right: calc(#{$ds-size-50} * -1);
}
