Added HTML export option to export modal.

This commit is contained in:
orangemug
2020-09-09 14:06:48 +01:00
parent 8b766777ac
commit a6148e5f40
4 changed files with 82 additions and 20 deletions
+9
View File
@@ -331,3 +331,12 @@
.modal-settings {
width: 400px;
}
.maputnik-modal-export-buttons {
display: flex;
justify-content: flex-end;
.maputnik-button {
margin-left: 4px;
}
}