general-library-union 2.9.66 → 2.9.68
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
|
@@ -3904,8 +3904,8 @@ td.GrupoColor {
|
|
|
3904
3904
|
}
|
|
3905
3905
|
|
|
3906
3906
|
|
|
3907
|
-
.sombra-caja.icono-naranja
|
|
3908
|
-
width:
|
|
3907
|
+
.sombra-caja.icono-naranja{
|
|
3908
|
+
width: 60% !important;
|
|
3909
3909
|
}
|
|
3910
3910
|
|
|
3911
3911
|
:host ::ng-deep .responsivetablet tr {
|
|
@@ -3941,6 +3941,19 @@ td.GrupoColor {
|
|
|
3941
3941
|
|
|
3942
3942
|
}
|
|
3943
3943
|
|
|
3944
|
+
@media(max-width:600px){
|
|
3945
|
+
.lista-tipo-actos {
|
|
3946
|
+
width: 100%;
|
|
3947
|
+
position: inherit;
|
|
3948
|
+
box-shadow: 0px 0px 14px #bfbfbf69;
|
|
3949
|
+
margin-bottom: 30px;
|
|
3950
|
+
}
|
|
3951
|
+
|
|
3952
|
+
.contenedor-titulo-actos {
|
|
3953
|
+
padding: 2% 4% 2%;
|
|
3954
|
+
}
|
|
3955
|
+
}
|
|
3956
|
+
|
|
3944
3957
|
|
|
3945
3958
|
|
|
3946
3959
|
|
|
@@ -4915,7 +4915,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4915
4915
|
|
|
4916
4916
|
|
|
4917
4917
|
.sombra-caja.icono-naranja.ng-star-inserted {
|
|
4918
|
-
width:
|
|
4918
|
+
width: 60% !important;
|
|
4919
4919
|
}
|
|
4920
4920
|
|
|
4921
4921
|
:host ::ng-deep .responsivetablet tr {
|
|
@@ -4959,6 +4959,20 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4959
4959
|
|
|
4960
4960
|
}
|
|
4961
4961
|
|
|
4962
|
+
@media(max-width:600px){
|
|
4963
|
+
.lista-tipo-actos {
|
|
4964
|
+
width: 100%;
|
|
4965
|
+
position: inherit;
|
|
4966
|
+
box-shadow: 0px 0px 14px #bfbfbf69;
|
|
4967
|
+
margin-bottom: 30px;
|
|
4968
|
+
}
|
|
4969
|
+
|
|
4970
|
+
.contenedor-titulo-actos {
|
|
4971
|
+
padding: 2% 4% 2%;
|
|
4972
|
+
}
|
|
4973
|
+
}
|
|
4974
|
+
|
|
4975
|
+
|
|
4962
4976
|
|
|
4963
4977
|
|
|
4964
4978
|
|