Newer
Older
CamaraComercioWeb / src / app / modules / public / discover / components / map / map.component.scss
#map {
    height: 100%;
  }

.gmnoprint{
  display: none;
}

.map__info-window-marker{
  width: 25rem;
  padding: 0;
  img{
    position: absolute;
  }
  .map__info-content-marker{
    height: 10rem;
    position: relative;
    padding: 1rem 1rem;
  }
}
.gm-style-iw{
  width: 25rem !important;
  padding: 0 !important;
  height: 10rem;
}