ar-poncho 2.1.57 → 2.1.58

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.
@@ -12702,6 +12702,10 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
12702
12702
  white-space: nowrap;
12703
12703
  }
12704
12704
 
12705
+ .text-uppercase {
12706
+ text-transform: uppercase;
12707
+ }
12708
+
12705
12709
  @media (max-width: 575.98px) {
12706
12710
  .text-xs-left {
12707
12711
  text-align: left !important;
@@ -14254,6 +14258,27 @@ footer .nav > li > a:hover {
14254
14258
  content: "\f096";
14255
14259
  }
14256
14260
 
14261
+ .items-desplegable-tramitar-select {
14262
+ border: 3px solid var(--arg-verde);
14263
+ border-radius: 15px;
14264
+ padding: 5px;
14265
+ margin: 8px;
14266
+ height: auto;
14267
+ }
14268
+
14269
+ .f-rigth {
14270
+ float: right;
14271
+ }
14272
+
14273
+ .bdr-l {
14274
+ margin: 20px 0px;
14275
+ float: right;
14276
+ }
14277
+
14278
+ .listas-destacadas ul.search-results li::before {
14279
+ display: none;
14280
+ }
14281
+
14257
14282
  @media (max-width: 991px) {
14258
14283
  .jumbotron_body img[alt=tramitar] {
14259
14284
  width: 60%;
@@ -14427,36 +14452,43 @@ ul.colores li:hover {
14427
14452
  display: inline-block;
14428
14453
  }
14429
14454
 
14455
+ /**
14456
+ * Generador de espacios tipográficos
14457
+ * ([nombre], [valor])
14458
+ */
14430
14459
  .en-space {
14431
- font-size: 0.5em !important;
14460
+ width: 0.5em !important;
14461
+ display: inline-block;
14432
14462
  }
14433
14463
 
14434
14464
  .em-space {
14435
- font-size: 1em !important;
14465
+ width: 1em !important;
14466
+ display: inline-block;
14436
14467
  }
14437
14468
 
14438
14469
  .third-space {
14439
- font-size: 0.3333333333em !important;
14470
+ width: 0.3333333333em !important;
14471
+ display: inline-block;
14440
14472
  }
14441
14473
 
14442
14474
  .quarter-space {
14443
- font-size: 0.25em !important;
14475
+ width: 0.25em !important;
14476
+ display: inline-block;
14444
14477
  }
14445
14478
 
14446
14479
  .sixth-space {
14447
- font-size: 0.1666666667em !important;
14480
+ width: 0.1666666667em !important;
14481
+ display: inline-block;
14448
14482
  }
14449
14483
 
14450
14484
  .thin-space {
14451
- font-size: 0.125em !important;
14485
+ width: 0.125em !important;
14486
+ display: inline-block;
14452
14487
  }
14453
14488
 
14454
14489
  .hair-space {
14455
- font-size: 0.0416666667em !important;
14456
- }
14457
-
14458
- .text-uppercase {
14459
- text-transform: uppercase;
14490
+ width: 0.0416666667em !important;
14491
+ display: inline-block;
14460
14492
  }
14461
14493
 
14462
14494
  /* Extra small devices (phones, less than 576px) */
@@ -12702,6 +12702,10 @@ footer.pm-open-map ul > li > a:hover, footer.pm-open-map ul > li > a:focus {
12702
12702
  white-space: nowrap;
12703
12703
  }
12704
12704
 
12705
+ .text-uppercase {
12706
+ text-transform: uppercase;
12707
+ }
12708
+
12705
12709
  @media (max-width: 575.98px) {
12706
12710
  .text-xs-left {
12707
12711
  text-align: left !important;
@@ -14254,6 +14258,27 @@ footer .nav > li > a:hover {
14254
14258
  content: "\f096";
14255
14259
  }
14256
14260
 
14261
+ .items-desplegable-tramitar-select {
14262
+ border: 3px solid var(--arg-verde);
14263
+ border-radius: 15px;
14264
+ padding: 5px;
14265
+ margin: 8px;
14266
+ height: auto;
14267
+ }
14268
+
14269
+ .f-rigth {
14270
+ float: right;
14271
+ }
14272
+
14273
+ .bdr-l {
14274
+ margin: 20px 0px;
14275
+ float: right;
14276
+ }
14277
+
14278
+ .listas-destacadas ul.search-results li::before {
14279
+ display: none;
14280
+ }
14281
+
14257
14282
  @media (max-width: 991px) {
14258
14283
  .jumbotron_body img[alt=tramitar] {
14259
14284
  width: 60%;
@@ -14427,36 +14452,43 @@ ul.colores li:hover {
14427
14452
  display: inline-block;
14428
14453
  }
14429
14454
 
14455
+ /**
14456
+ * Generador de espacios tipográficos
14457
+ * ([nombre], [valor])
14458
+ */
14430
14459
  .en-space {
14431
- font-size: 0.5em !important;
14460
+ width: 0.5em !important;
14461
+ display: inline-block;
14432
14462
  }
14433
14463
 
14434
14464
  .em-space {
14435
- font-size: 1em !important;
14465
+ width: 1em !important;
14466
+ display: inline-block;
14436
14467
  }
14437
14468
 
14438
14469
  .third-space {
14439
- font-size: 0.3333333333em !important;
14470
+ width: 0.3333333333em !important;
14471
+ display: inline-block;
14440
14472
  }
14441
14473
 
14442
14474
  .quarter-space {
14443
- font-size: 0.25em !important;
14475
+ width: 0.25em !important;
14476
+ display: inline-block;
14444
14477
  }
14445
14478
 
14446
14479
  .sixth-space {
14447
- font-size: 0.1666666667em !important;
14480
+ width: 0.1666666667em !important;
14481
+ display: inline-block;
14448
14482
  }
14449
14483
 
14450
14484
  .thin-space {
14451
- font-size: 0.125em !important;
14485
+ width: 0.125em !important;
14486
+ display: inline-block;
14452
14487
  }
14453
14488
 
14454
14489
  .hair-space {
14455
- font-size: 0.0416666667em !important;
14456
- }
14457
-
14458
- .text-uppercase {
14459
- text-transform: uppercase;
14490
+ width: 0.0416666667em !important;
14491
+ display: inline-block;
14460
14492
  }
14461
14493
 
14462
14494
  /* Extra small devices (phones, less than 576px) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ar-poncho",
3
- "version": "2.1.57",
3
+ "version": "2.1.58",
4
4
  "description": "Base de html y css para la creación de sitios pertenecientes a la Administración Pública Nacional de la República Argentina.",
5
5
  "main": "index.js",
6
6
  "scripts": {