// Mixin overriding default button styles like the gray background, the border, and the outline.
@mixin md-button-reset {
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
}
