website/src/App.css

22 lines
325 B
CSS
Raw Normal View History

.locationIcon {
width: 32px;
}
div.mapboxgl-marker {
2020-03-03 21:38:53 +01:00
margin-top: -16px;
margin-left: -16px;
2020-03-01 20:40:51 +01:00
}
div.mapboxgl-marker.gasStation {
margin-top: -24px;
margin-left: -30px;
}
div.react-toast-notifications__container {
z-index: 1031 ;
}
2020-03-01 20:40:51 +01:00
.selected-gasType.list-group-item {
font-style: italic;
font-weight: bold;
}