combo/combo/apps/maps/static/css/combo.map.css

91 lines
1.7 KiB
CSS

div.combo-cell-map {
height: 60vh;
}
/* leaflet styles */
div.leaflet-div-icon span {
width: 2.3rem;
height: 2.3rem;
display: block;
left: -1rem;
top: -1rem;
position: relative;
border-radius: 11rem 6rem 0.8rem;
transform: scale(1, 1.3) rotate(45deg);
border: 1px solid #aaa;
}
div.leaflet-popup-content span {
display: block;
}
div.leaflet-popup-content span.field-value {
font-weight: bold;
}
div.leaflet-div-icon span i:before {
display: inline-block;
margin: 9px;
transform: scale(1.1) rotate(-45deg);
}
/* leaflet markers icons */
i.leaflet-marker-icon {
font: normal normal normal 1rem/1 FontAwesome;
}
i.leaflet-marker-icon.home::before {
content: "\f015"; /* home */
}
i.leaflet-marker-icon.building::before {
content: "\f0f7"; /* building */
}
i.leaflet-marker-icon.hospital::before {
content: "\f0f8"; /* hospital */
}
i.leaflet-marker-icon.ambulance::before {
content: "\f0f9"; /* ambulance */
}
i.leaflet-marker-icon.taxi::before {
content: "\f1ba"; /* taxi */
}
i.leaflet-marker-icon.subway::before {
content: "\f239"; /* subway */
}
i.leaflet-marker-icon.wheelchair::before {
content: "\f193"; /* wheelchair */
}
i.leaflet-marker-icon.bicycle::before {
content: "\f206"; /* bicycle */
}
i.leaflet-marker-icon.car::before {
content: "\f1b9"; /* car */
}
i.leaflet-marker-icon.train::before {
content: "\f238"; /* train */
}
i.leaflet-marker-icon.bus::before {
content: "\f207"; /* bus */
}
i.leaflet-marker-icon.motorcycle::before {
content: "\f21c"; /* motorcycle */
}
i.leaflet-marker-icon.truck::before {
content: "\f0d1"; /* truck */
}