ar-poncho 2.0.259 → 2.0.261
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/icono-arg.css +24 -6
- package/dist/css/poncho.css +5 -5
- package/dist/css/poncho.min.css +1 -1
- package/dist/fonts/icono-arg_24cbed77f5c17d94c9d60c6a768d83db.eot +0 -0
- package/dist/fonts/icono-arg_24cbed77f5c17d94c9d60c6a768d83db.svg +5293 -0
- package/dist/fonts/icono-arg_24cbed77f5c17d94c9d60c6a768d83db.ttf +0 -0
- package/dist/fonts/icono-arg_24cbed77f5c17d94c9d60c6a768d83db.woff +0 -0
- package/dist/fonts/icono-arg_24cbed77f5c17d94c9d60c6a768d83db.woff2 +0 -0
- package/dist/js/poncho.js +51 -28
- package/dist/js/poncho.min.js +1 -1
- package/package.json +1 -1
package/dist/css/poncho.css
CHANGED
|
@@ -9076,8 +9076,7 @@ body .main-footer {
|
|
|
9076
9076
|
border-bottom-left-radius: 12px;
|
|
9077
9077
|
}
|
|
9078
9078
|
.poncho-map path.marker--active {
|
|
9079
|
-
|
|
9080
|
-
fill-opacity: 0.8 !important;
|
|
9079
|
+
fill-opacity: 0.75 !important;
|
|
9081
9080
|
}
|
|
9082
9081
|
.poncho-map *:focus {
|
|
9083
9082
|
outline: 3px solid var(--cielo, #039BE5) !important;
|
|
@@ -9228,8 +9227,7 @@ body .main-footer {
|
|
|
9228
9227
|
border-right-color: var(--tooltip, white);
|
|
9229
9228
|
}
|
|
9230
9229
|
.poncho-map .leaflet-tooltip-own {
|
|
9231
|
-
|
|
9232
|
-
padding: 6px 10px;
|
|
9230
|
+
padding: 3px 9px;
|
|
9233
9231
|
background-color: var(--tooltip, white);
|
|
9234
9232
|
border: 0px solid #000;
|
|
9235
9233
|
color: var(--tooltip-color, black);
|
|
@@ -9238,10 +9236,12 @@ body .main-footer {
|
|
|
9238
9236
|
-moz-user-select: none;
|
|
9239
9237
|
-ms-user-select: none;
|
|
9240
9238
|
user-select: none;
|
|
9241
|
-
border-radius:
|
|
9239
|
+
border-radius: 6px;
|
|
9242
9240
|
pointer-events: none;
|
|
9243
9241
|
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
|
|
9244
9242
|
transition: opacity 0.2s;
|
|
9243
|
+
font-size: 0.75rem;
|
|
9244
|
+
font-weight: normal;
|
|
9245
9245
|
}
|
|
9246
9246
|
.poncho-map .leaflet-popup p:first-child {
|
|
9247
9247
|
margin-block-start: 0;
|