@import './vendor-prefixes';

// Mixin overriding default button styles like the gray background, the border, and the outline.
@mixin mat-button-reset {
  @include user-select(none);
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
