webpack-bootstrap-ui-kit/dist/css/app_Site.Controllers.MapElementController.css

53 lines
1.0 KiB
CSS
Raw Normal View History

/*
* bootstrap includes
* keep it at the end
*/
.mapAPI-map {
height: 30rem;
margin-bottom: 1rem;
}
.mapboxgl-popup {
font-size: .8rem;
z-index: 4;
line-height: 20px;
}
.mapboxgl-popup-content {
min-width: 240px;
min-height: 5rem;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
font-size: 2rem;
padding: .5rem;
}
.mapboxgl-popup-content .mapboxgl-popup-close-button:hover,
.mapboxgl-popup-content .mapboxgl-popup-close-button:focus {
background: #2196f3;
color: #fff;
}
.mapboxgl-marker {
width: 30px;
height: 30px;
font-size: 30px;
cursor: pointer;
text-align: center;
color: #2196f3;
}
.mapboxgl-marker .marker-icon,
.mapboxgl-marker .fas,
.mapboxgl-marker .fab,
.mapboxgl-marker .far {
-webkit-animation: pulse 0.8s linear infinite;
animation: pulse 0.8s linear infinite;
}
/*# sourceMappingURL=app_Site.Controllers.MapElementController.css.map*/