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