general-library-union 2.4.85 → 2.4.87

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.4.85",
3
+ "version": "2.4.87",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2599,11 +2599,10 @@ span{
2599
2599
  border-right: none !important;
2600
2600
  }
2601
2601
 
2602
- .animacion img {
2603
- filter: grayscale(100%);
2602
+ .FormaImagen {
2603
+ background: #39373f !important;
2604
2604
  }
2605
2605
 
2606
-
2607
2606
  .menu-accion-sara .p-menubar .p-menuitem:last-child {
2608
2607
  border-right: none !important;
2609
2608
  }
@@ -5244,8 +5243,7 @@ img#footer-logo::before {
5244
5243
 
5245
5244
  .p-button-rounded:enabled:hover {
5246
5245
  background: #4f4f5f !important;
5247
- color: #232323;
5248
- border-color: var(--color-300);
5246
+ color: var(--color-300);
5249
5247
  }
5250
5248
 
5251
5249
  .p-button-rounded:enabled:focus {