@require '../../../style/var.styl';

.igo-bookmark-button-container {
  width: $igo-icon-size;
  button {
    background-color: #fff;
    &:hover {
      background-color: #efefef;
    }
  }
}

button,
:host >>> button .mat-button-ripple-round {
  border-radius: 0;
}
