general-library-union 2.9.70 → 2.9.71

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.70",
3
+ "version": "2.9.71",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3966,6 +3966,12 @@ td.GrupoColor {
3966
3966
  }
3967
3967
  }
3968
3968
 
3969
+ @media (max-width:425px){
3970
+ .sombra-caja.icono-naranja {
3971
+ width: 100% !important;
3972
+ }
3973
+ }
3974
+
3969
3975
 
3970
3976
 
3971
3977
 
@@ -4985,6 +4985,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4985
4985
  }
4986
4986
 
4987
4987
 
4988
+ @media (max-width:425px){
4989
+ .sombra-caja.icono-naranja {
4990
+ width: 100% !important;
4991
+ }
4992
+ }
4993
+
4994
+
4988
4995
 
4989
4996
 
4990
4997