general-library-union 2.9.70 → 2.9.72

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.72",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3966,6 +3966,25 @@ 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
+ #actosAdministrativos .contenedor-icono-acciones-principal .glyphicons:before {
3975
+ padding: 4px 0px;
3976
+ margin-left: 4px;
3977
+ }
3978
+
3979
+ #actosAdministrativos .boton-accion-principal .p-button-label {
3980
+ margin-left: 4px;
3981
+ }
3982
+
3983
+ .card.pl-4.pr-3.pt-3.pb-3.mb-3 h1 {
3984
+ font-size: 0.8rem !important;
3985
+ }
3986
+ }
3987
+
3969
3988
 
3970
3989
 
3971
3990
 
@@ -4985,6 +4985,26 @@ 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
+ #actosAdministrativos .contenedor-icono-acciones-principal .glyphicons:before {
4994
+ padding: 4px 0px;
4995
+ margin-left: 4px;
4996
+ }
4997
+
4998
+ #actosAdministrativos .boton-accion-principal .p-button-label {
4999
+ margin-left: 4px;
5000
+ }
5001
+
5002
+ .card.pl-4.pr-3.pt-3.pb-3.mb-3 h1 {
5003
+ font-size: 0.8rem !important;
5004
+ }
5005
+ }
5006
+
5007
+
4988
5008
 
4989
5009
 
4990
5010