Compare commits
2 Commits
391cec07c8
...
94100b9371
| Author | SHA1 | Date | |
|---|---|---|---|
| 94100b9371 | |||
| 84ce0de870 |
@@ -56,9 +56,6 @@ if (!$municipality) {
|
|||||||
<!-- Leaflet Polyline Measurement Tool -->
|
<!-- Leaflet Polyline Measurement Tool -->
|
||||||
<link rel="stylesheet" href="https://ppete2.github.io/Leaflet.PolylineMeasure/Leaflet.PolylineMeasure.css">
|
<link rel="stylesheet" href="https://ppete2.github.io/Leaflet.PolylineMeasure/Leaflet.PolylineMeasure.css">
|
||||||
|
|
||||||
<!-- SweetAlert2 for Confirmation Dialogs -->
|
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css">
|
|
||||||
|
|
||||||
<!-- Font Awesome 6 for Icons -->
|
<!-- Font Awesome 6 for Icons -->
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||||
|
|
||||||
|
|||||||
@@ -602,6 +602,15 @@ select.form-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* -----------------------------------------------------------------
|
||||||
|
SweetAlert Font Override
|
||||||
|
----------------------------------------------------------------- */
|
||||||
|
.swal2-input,
|
||||||
|
.swal2-textarea {
|
||||||
|
font-family: var(--font-body) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* -----------------------------------------------------------------
|
/* -----------------------------------------------------------------
|
||||||
Mobile Responsive Overrides
|
Mobile Responsive Overrides
|
||||||
----------------------------------------------------------------- */
|
----------------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user