/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
@import "../style/index";

@import "./button";
@import "./disabled";


@mixin uicore-buttons-blue {

  @include uicore-buttons-button;

  background:         $buic-accessory-primary;
  color:              $buic-accessory-hollow;

  &:hover {
    background-color:   $uicore-blue-5;
  }

  &:active {
    background-color:   $uicore-blue-4;
  }
}
