ar-poncho 2.1.23 → 2.1.24
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.css +35 -28
- package/dist/css/poncho.min.css +35 -28
- package/package.json +1 -1
package/dist/css/poncho.css
CHANGED
|
@@ -14538,23 +14538,54 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14538
14538
|
#superior .pane-content > *:not(.visible *) {
|
|
14539
14539
|
display: none;
|
|
14540
14540
|
}
|
|
14541
|
-
#superior .panel-pane:nth-of-type(1) .pane-content > #encabezado {
|
|
14541
|
+
#superior .panel-pane:nth-of-type(1) .pane-content > #encabezado-menu {
|
|
14542
14542
|
display: block;
|
|
14543
14543
|
}
|
|
14544
14544
|
|
|
14545
|
-
.container .panel-pane .pane-content > #encabezado {
|
|
14545
|
+
.container .panel-pane .pane-content > #encabezado-menu {
|
|
14546
14546
|
display: none;
|
|
14547
14547
|
}
|
|
14548
14548
|
|
|
14549
|
-
.contextual-links-region #encabezado li.enc-link > *:not(#superior *) > *:not(.visible *) {
|
|
14549
|
+
.contextual-links-region #encabezado-menu li.enc-link > *:not(#superior *) > *:not(.visible *) {
|
|
14550
14550
|
display: none;
|
|
14551
14551
|
}
|
|
14552
14552
|
|
|
14553
|
+
/* Menú superior */
|
|
14554
|
+
#encabezado-menu a {
|
|
14555
|
+
color: #141414;
|
|
14556
|
+
}
|
|
14557
|
+
#encabezado-menu ul {
|
|
14558
|
+
width: 100%;
|
|
14559
|
+
}
|
|
14560
|
+
#encabezado-menu .enc-link {
|
|
14561
|
+
padding: 0px;
|
|
14562
|
+
width: 31%;
|
|
14563
|
+
margin: 20px 3px 3px 14px;
|
|
14564
|
+
vertical-align: top;
|
|
14565
|
+
}
|
|
14566
|
+
#encabezado-menu .enc-link a {
|
|
14567
|
+
text-decoration: underline;
|
|
14568
|
+
text-underline-offset: 0.25em;
|
|
14569
|
+
}
|
|
14570
|
+
#encabezado-menu .enc-link.active a span {
|
|
14571
|
+
background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
|
|
14572
|
+
font-weight: 600;
|
|
14573
|
+
}
|
|
14574
|
+
#encabezado-menu .enc-link a[href^="https://"][target^=_blank]:after, #encabezado-menu .enc-link a[href^="http://"][target^=_blank]:after {
|
|
14575
|
+
content: none;
|
|
14576
|
+
}
|
|
14577
|
+
|
|
14578
|
+
/* Menú superior mobile */
|
|
14579
|
+
@media (max-width: 992px) {
|
|
14580
|
+
#encabezado-menu .enc-link {
|
|
14581
|
+
width: 96%;
|
|
14582
|
+
margin-left: 28px;
|
|
14583
|
+
}
|
|
14584
|
+
}
|
|
14553
14585
|
#encabezado {
|
|
14554
14586
|
/* COLOR DEGRADÉ */
|
|
14555
14587
|
/* Generales */
|
|
14556
14588
|
/* iso + logo + imagen */
|
|
14557
|
-
/* Menú superior */
|
|
14558
14589
|
}
|
|
14559
14590
|
#encabezado .bg-arg-azul,
|
|
14560
14591
|
#encabezado .bg-arg-eucalipto,
|
|
@@ -14640,28 +14671,8 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14640
14671
|
margin: 0px;
|
|
14641
14672
|
max-width: 100%;
|
|
14642
14673
|
}
|
|
14643
|
-
#encabezado .enc-link {
|
|
14644
|
-
padding: 0px;
|
|
14645
|
-
width: 31%;
|
|
14646
|
-
margin: 20px 3px 3px 14px;
|
|
14647
|
-
vertical-align: top;
|
|
14648
|
-
}
|
|
14649
|
-
#encabezado .enc-link a {
|
|
14650
|
-
text-decoration: underline;
|
|
14651
|
-
text-underline-offset: 0.25em;
|
|
14652
|
-
}
|
|
14653
|
-
#encabezado .enc-link.active a span {
|
|
14654
|
-
background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
|
|
14655
|
-
font-weight: 600;
|
|
14656
|
-
}
|
|
14657
|
-
#encabezado .enc-link a[href^="https://"][target^=_blank]:after, #encabezado .enc-link a[href^="http://"][target^=_blank]:after {
|
|
14658
|
-
content: none;
|
|
14659
|
-
}
|
|
14660
14674
|
|
|
14661
14675
|
@media (max-width: 992px) {
|
|
14662
|
-
#encabezado {
|
|
14663
|
-
/* Menú superior mobile */
|
|
14664
|
-
}
|
|
14665
14676
|
#encabezado .bg-mix-info-azul {
|
|
14666
14677
|
background: #5A7290;
|
|
14667
14678
|
}
|
|
@@ -14701,10 +14712,6 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14701
14712
|
#encabezado .enc-img .btn {
|
|
14702
14713
|
margin-left: 25px;
|
|
14703
14714
|
}
|
|
14704
|
-
#encabezado .enc-link {
|
|
14705
|
-
width: 96%;
|
|
14706
|
-
margin-left: 28px;
|
|
14707
|
-
}
|
|
14708
14715
|
}
|
|
14709
14716
|
.nav-menu {
|
|
14710
14717
|
display: block !important;
|
package/dist/css/poncho.min.css
CHANGED
|
@@ -14538,23 +14538,54 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14538
14538
|
#superior .pane-content > *:not(.visible *) {
|
|
14539
14539
|
display: none;
|
|
14540
14540
|
}
|
|
14541
|
-
#superior .panel-pane:nth-of-type(1) .pane-content > #encabezado {
|
|
14541
|
+
#superior .panel-pane:nth-of-type(1) .pane-content > #encabezado-menu {
|
|
14542
14542
|
display: block;
|
|
14543
14543
|
}
|
|
14544
14544
|
|
|
14545
|
-
.container .panel-pane .pane-content > #encabezado {
|
|
14545
|
+
.container .panel-pane .pane-content > #encabezado-menu {
|
|
14546
14546
|
display: none;
|
|
14547
14547
|
}
|
|
14548
14548
|
|
|
14549
|
-
.contextual-links-region #encabezado li.enc-link > *:not(#superior *) > *:not(.visible *) {
|
|
14549
|
+
.contextual-links-region #encabezado-menu li.enc-link > *:not(#superior *) > *:not(.visible *) {
|
|
14550
14550
|
display: none;
|
|
14551
14551
|
}
|
|
14552
14552
|
|
|
14553
|
+
/* Menú superior */
|
|
14554
|
+
#encabezado-menu a {
|
|
14555
|
+
color: #141414;
|
|
14556
|
+
}
|
|
14557
|
+
#encabezado-menu ul {
|
|
14558
|
+
width: 100%;
|
|
14559
|
+
}
|
|
14560
|
+
#encabezado-menu .enc-link {
|
|
14561
|
+
padding: 0px;
|
|
14562
|
+
width: 31%;
|
|
14563
|
+
margin: 20px 3px 3px 14px;
|
|
14564
|
+
vertical-align: top;
|
|
14565
|
+
}
|
|
14566
|
+
#encabezado-menu .enc-link a {
|
|
14567
|
+
text-decoration: underline;
|
|
14568
|
+
text-underline-offset: 0.25em;
|
|
14569
|
+
}
|
|
14570
|
+
#encabezado-menu .enc-link.active a span {
|
|
14571
|
+
background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
|
|
14572
|
+
font-weight: 600;
|
|
14573
|
+
}
|
|
14574
|
+
#encabezado-menu .enc-link a[href^="https://"][target^=_blank]:after, #encabezado-menu .enc-link a[href^="http://"][target^=_blank]:after {
|
|
14575
|
+
content: none;
|
|
14576
|
+
}
|
|
14577
|
+
|
|
14578
|
+
/* Menú superior mobile */
|
|
14579
|
+
@media (max-width: 992px) {
|
|
14580
|
+
#encabezado-menu .enc-link {
|
|
14581
|
+
width: 96%;
|
|
14582
|
+
margin-left: 28px;
|
|
14583
|
+
}
|
|
14584
|
+
}
|
|
14553
14585
|
#encabezado {
|
|
14554
14586
|
/* COLOR DEGRADÉ */
|
|
14555
14587
|
/* Generales */
|
|
14556
14588
|
/* iso + logo + imagen */
|
|
14557
|
-
/* Menú superior */
|
|
14558
14589
|
}
|
|
14559
14590
|
#encabezado .bg-arg-azul,
|
|
14560
14591
|
#encabezado .bg-arg-eucalipto,
|
|
@@ -14640,28 +14671,8 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14640
14671
|
margin: 0px;
|
|
14641
14672
|
max-width: 100%;
|
|
14642
14673
|
}
|
|
14643
|
-
#encabezado .enc-link {
|
|
14644
|
-
padding: 0px;
|
|
14645
|
-
width: 31%;
|
|
14646
|
-
margin: 20px 3px 3px 14px;
|
|
14647
|
-
vertical-align: top;
|
|
14648
|
-
}
|
|
14649
|
-
#encabezado .enc-link a {
|
|
14650
|
-
text-decoration: underline;
|
|
14651
|
-
text-underline-offset: 0.25em;
|
|
14652
|
-
}
|
|
14653
|
-
#encabezado .enc-link.active a span {
|
|
14654
|
-
background-image: linear-gradient(to top, #000 3px, transparent 3px, transparent);
|
|
14655
|
-
font-weight: 600;
|
|
14656
|
-
}
|
|
14657
|
-
#encabezado .enc-link a[href^="https://"][target^=_blank]:after, #encabezado .enc-link a[href^="http://"][target^=_blank]:after {
|
|
14658
|
-
content: none;
|
|
14659
|
-
}
|
|
14660
14674
|
|
|
14661
14675
|
@media (max-width: 992px) {
|
|
14662
|
-
#encabezado {
|
|
14663
|
-
/* Menú superior mobile */
|
|
14664
|
-
}
|
|
14665
14676
|
#encabezado .bg-mix-info-azul {
|
|
14666
14677
|
background: #5A7290;
|
|
14667
14678
|
}
|
|
@@ -14701,10 +14712,6 @@ DEGRADÉ: .bg-mix-azul-info .bg-mix-info-azul .bg-mix-palta-azul .bg-mix-azul-pa
|
|
|
14701
14712
|
#encabezado .enc-img .btn {
|
|
14702
14713
|
margin-left: 25px;
|
|
14703
14714
|
}
|
|
14704
|
-
#encabezado .enc-link {
|
|
14705
|
-
width: 96%;
|
|
14706
|
-
margin-left: 28px;
|
|
14707
|
-
}
|
|
14708
14715
|
}
|
|
14709
14716
|
.nav-menu {
|
|
14710
14717
|
display: block !important;
|
package/package.json
CHANGED