general-library-union 2.9.55 → 2.9.57
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/package.json
CHANGED
|
@@ -3817,6 +3817,15 @@ td.GrupoColor {
|
|
|
3817
3817
|
color: var(--color-500) !important;
|
|
3818
3818
|
}
|
|
3819
3819
|
|
|
3820
|
+
@media (max-width:1440px){
|
|
3821
|
+
#actosAdministrativos .contenido {
|
|
3822
|
+
width: 77%;
|
|
3823
|
+
}
|
|
3824
|
+
|
|
3825
|
+
#actosAdministrativos h1 {
|
|
3826
|
+
margin-left: 2.5%;
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3820
3829
|
|
|
3821
3830
|
@media (max-width:1300px) {
|
|
3822
3831
|
|
|
@@ -3868,7 +3877,7 @@ td.GrupoColor {
|
|
|
3868
3877
|
}
|
|
3869
3878
|
|
|
3870
3879
|
.sombra-caja.icono-naranja {
|
|
3871
|
-
width: 50
|
|
3880
|
+
width: 50% !important;
|
|
3872
3881
|
}
|
|
3873
3882
|
|
|
3874
3883
|
}
|
|
@@ -4797,6 +4797,16 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4797
4797
|
background: #39373f !important;
|
|
4798
4798
|
}
|
|
4799
4799
|
|
|
4800
|
+
@media (max-width:1440px){
|
|
4801
|
+
#actosAdministrativos .contenido {
|
|
4802
|
+
width: 77%;
|
|
4803
|
+
}
|
|
4804
|
+
|
|
4805
|
+
#actosAdministrativos h1 {
|
|
4806
|
+
margin-left: 2.5%;
|
|
4807
|
+
}
|
|
4808
|
+
}
|
|
4809
|
+
|
|
4800
4810
|
|
|
4801
4811
|
@media (max-width:1300px) {
|
|
4802
4812
|
|
|
@@ -4883,7 +4893,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4883
4893
|
}
|
|
4884
4894
|
|
|
4885
4895
|
.sombra-caja.icono-naranja {
|
|
4886
|
-
width: 50
|
|
4896
|
+
width: 50% !important;
|
|
4887
4897
|
}
|
|
4888
4898
|
|
|
4889
4899
|
}
|