mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
53 lines
1.0 KiB
CSS
53 lines
1.0 KiB
CSS
|
/*
|
||
|
* 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*/
|