general-library-union 2.9.67 → 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
|
@@ -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
|
|
|
@@ -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
|
|