@import '../../scss/variables/colors';

.buttonContainer {
  background: $black !important;

  &:hover {
    background: scale-color($color: $black, $lightness: 20%) !important;
  }
}

.iconOnlyButton {
  background: none !important;

  &:hover {
    background: $gray !important;
  }
}
