general-library-union 2.9.67 → 2.9.69

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.9.67",
3
+ "version": "2.9.69",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3941,6 +3941,27 @@ 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
+ #actosAdministrativos .contenido {
3957
+ width: 100%;
3958
+ }
3959
+
3960
+ .sombra-caja.icono-naranja {
3961
+ width: 50% !important;
3962
+ }
3963
+ }
3964
+
3944
3965
 
3945
3966
 
3946
3967
 
@@ -4959,6 +4959,28 @@ 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
+ #actosAdministrativos .contenido {
4975
+ width: 100%;
4976
+ }
4977
+
4978
+ .sombra-caja.icono-naranja {
4979
+ width: 50% !important;
4980
+ }
4981
+ }
4982
+
4983
+
4962
4984
 
4963
4985
 
4964
4986