general-library-union 2.5.75 → 2.5.77

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.5.75",
3
+ "version": "2.5.77",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -335,12 +335,13 @@ color: var(--color-700);
335
335
  *****************************************************************************/
336
336
 
337
337
  #timeout {
338
+ width: 100%;
339
+ height: 100%;
338
340
  background: linear-gradient(to bottom, #ffffff, var(--color-100));
339
341
 
340
342
 
341
343
  .card-container {
342
- height: auto;
343
- min-height: 100vh;
344
+ height: 100vh;
344
345
  }
345
346
 
346
347
  img {
@@ -3313,7 +3314,7 @@ td.GrupoColor {
3313
3314
  display: flex;
3314
3315
  align-items: center;
3315
3316
  text-align: center;
3316
- padding: 14% 4% 5%;
3317
+ padding: 7% 4% 5%;;
3317
3318
  justify-content: center;
3318
3319
  }
3319
3320
 
@@ -4325,15 +4325,10 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4325
4325
  justify-content: center;
4326
4326
  }
4327
4327
 
4328
- .contenedor-icono-titulo-actos.p-1 {
4329
- width: 60px;
4328
+ .contenedor-titulo-actos img {
4329
+ width: 4.5rem;
4330
4330
  }
4331
4331
 
4332
- .contenedor-icono-titulo-actos img{
4333
- background: transparent !important;
4334
- }
4335
-
4336
-
4337
4332
  .contenedor-lista-tipo-acto {
4338
4333
  position: relative;
4339
4334
  display: flex;