Files
notifications-admin/app/templates/views/broadcast/partials/area-map-stylesheets.html
2020-09-03 10:50:58 +01:00

9 lines
179 B
HTML

<link rel="stylesheet" href="{{ asset_url('stylesheets/leaflet.css') }}" />
<style>
#map {
z-index: 50;
margin-bottom: 30px;
border: 1px solid #b1b4b6;
}
</style>