general-library-union 2.9.78 → 2.9.80

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.78",
3
+ "version": "2.9.80",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3958,12 +3958,19 @@ td.GrupoColor {
3958
3958
  }
3959
3959
 
3960
3960
  .sombra-caja.icono-naranja {
3961
- width: 50% !important;
3961
+ width: 100% !important;
3962
+ height: 25vh !important;
3963
+ margin-bottom: 20px;
3962
3964
  }
3963
3965
 
3964
3966
  .contenedor-titulo-actos img {
3965
3967
  width: 3.5rem;
3966
3968
  }
3969
+
3970
+ .flex.ResponsiveaAjuste {
3971
+ display: table !important;
3972
+ width: 100%;
3973
+ }
3967
3974
  }
3968
3975
 
3969
3976
  @media (max-width:425px){
@@ -4976,12 +4976,19 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4976
4976
  }
4977
4977
 
4978
4978
  .sombra-caja.icono-naranja {
4979
- width: 50% !important;
4979
+ width: 100% !important;
4980
+ height: 25vh !important;
4981
+ margin-bottom: 20px;
4980
4982
  }
4981
4983
 
4982
4984
  .contenedor-titulo-actos img {
4983
4985
  width: 3.5rem;
4984
4986
  }
4987
+
4988
+ .flex.ResponsiveaAjuste {
4989
+ display: table !important;
4990
+ width: 100%;
4991
+ }
4985
4992
  }
4986
4993
 
4987
4994