@import "../styles/prefix";
@import "../styles/variables";

.#{$component-prefix}button-base {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0 none;
  outline: none;
  opacity: 0;

  &::after {
    display: none;
  }
}
