

.comp-scu-button.grey {
  @include comp-scu-button-grey-default;
  @include comp-scu-button-grey-default--figma-autolayout;

  .label {
    @include comp-scu-button-grey-default-label;
  }

  &:hover {
    @include comp-scu-button-grey-hover;
    @include comp-scu-button-grey-hover--figma-autolayout;

    .label {
      @include comp-scu-button-grey-hover-label;
    }
  }

  &:focus {
    @include comp-scu-button-grey-focus;
    @include comp-scu-button-grey-focus--figma-autolayout;

    .label {
      @include comp-scu-button-grey-focus-label;
    }
  }

  &.disabled {
    @include comp-scu-button-grey-disabled;
    @include comp-scu-button-grey-disabled--figma-autolayout;

    .label {
      @include comp-scu-button-grey-disabled-label;
    }
  }
}