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

.buttonContainer {
  background: $facebook-bg !important;

  &:hover {
    background: scale-color($color: $facebook-bg, $lightness: -30%) !important;
  }
}

.iconOnlyButton {
  background: none !important;

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