ar-poncho 2.1.45 → 2.1.46
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/poncho-map.css +7 -0
- package/dist/css/poncho.css +632 -238
- package/dist/css/poncho.min.css +632 -238
- package/dist/img/map-shadow-antartida.png +0 -0
- package/dist/img/map-shadow.png +0 -0
- package/dist/js/poncho.js +2 -2
- package/dist/js/poncho.min.js +1 -1
- package/gulpfile.js +12 -1
- package/package.json +1 -1
- package/dist/ilustraciones/ilus-arg-adultos-mayores-640x360.svg +0 -297
- package/dist/ilustraciones/ilus-arg-argentinos-por-el-mundo-640x360.svg +0 -106
- package/dist/ilustraciones/ilus-arg-artistas-640x360.svg +0 -420
- package/dist/ilustraciones/ilus-arg-circula-con-auto-o-moto-640x360.svg +0 -464
- package/dist/ilustraciones/ilus-arg-consumidores-640x360.svg +0 -251
- package/dist/ilustraciones/ilus-arg-discapacidad-640x360.svg +0 -151
- package/dist/ilustraciones/ilus-arg-documentacion-640x360.svg +0 -60
- package/dist/ilustraciones/ilus-arg-educacion-640x360.svg +0 -100
- package/dist/ilustraciones/ilus-arg-emergencias-640x360.svg +0 -460
- package/dist/ilustraciones/ilus-arg-emprendimientos-y-negocios-640x360.svg +0 -121
- package/dist/ilustraciones/ilus-arg-extranjeros-640x360.svg +0 -190
- package/dist/ilustraciones/ilus-arg-trabajo-640x360.svg +0 -177
- package/dist/ilustraciones/ilus-arg-transito-640x360.svg +0 -764
- package/dist/ilustraciones/ilus-arg-vacaciones-640x360.svg +0 -166
- package/dist/ilustraciones/ilus-arg-violencia-y-abuso-640x360.svg +0 -74
- package/dist/ilustraciones/ilus-arg-vivienda-640x360.svg +0 -4462
package/dist/css/poncho-map.css
CHANGED
|
@@ -1322,6 +1322,10 @@ footer.pm-open-map {
|
|
|
1322
1322
|
width: calc(100% - var(--pm-content-padding));
|
|
1323
1323
|
background: var(--pm-slider-background);
|
|
1324
1324
|
}
|
|
1325
|
+
footer.pm-open-map > details {
|
|
1326
|
+
--summary-padding-t: 4px;
|
|
1327
|
+
--summary-padding-b: 4px;
|
|
1328
|
+
}
|
|
1325
1329
|
footer.pm-open-map > details {
|
|
1326
1330
|
border-color: var(--pm-slider-border-color) transparent transparent !important;
|
|
1327
1331
|
border-style: solid;
|
|
@@ -1330,6 +1334,9 @@ footer.pm-open-map > details {
|
|
|
1330
1334
|
padding-top: 0;
|
|
1331
1335
|
padding-bottom: 0;
|
|
1332
1336
|
}
|
|
1337
|
+
footer.pm-open-map > details > summary:before {
|
|
1338
|
+
background-color: transparent;
|
|
1339
|
+
}
|
|
1333
1340
|
footer.pm-open-map > details > summary:focus,
|
|
1334
1341
|
footer.pm-open-map > details:focus-within {
|
|
1335
1342
|
border-radius: max(var(--pm-slider-radius) / 2, var(--pm-slider-radius) - var(--pm-content-padding) - 2px) !important;
|