Added button styling for marker controls

This commit is contained in:
2021-09-05 23:04:25 +00:00
parent 6532d68f54
commit 1a2987154e
2 changed files with 4 additions and 4 deletions

2
dist/js/field.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -11,11 +11,11 @@
<l-polygon :lat-lngs="value" :visible="true" /> <l-polygon :lat-lngs="value" :visible="true" />
</field-map> </field-map>
<l-control position="bottomleft" v-if="edit"> <l-control position="bottomleft" v-if="edit" class="block my-2">
<button @click="removeLastMarker"> <button @click="removeLastMarker" class="btn btn-default btn-primary">
Slett forrige Slett forrige
</button> </button>
<button @click="removeAllMarkers"> <button @click="removeAllMarkers" class="btn btn-default btn-primary">
Slett alle Slett alle
</button> </button>
</l-control> </l-control>