general-library-union 2.5.75 → 2.5.76
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
|
@@ -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:
|
|
343
|
-
min-height: 100vh;
|
|
344
|
+
height: 100vh;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
347
|
img {
|
|
@@ -3317,6 +3318,10 @@ td.GrupoColor {
|
|
|
3317
3318
|
justify-content: center;
|
|
3318
3319
|
}
|
|
3319
3320
|
|
|
3321
|
+
.contenedor-titulo-actos img {
|
|
3322
|
+
width: 4.5rem;
|
|
3323
|
+
}
|
|
3324
|
+
|
|
3320
3325
|
.contenedor-lista-tipo-acto {
|
|
3321
3326
|
position: relative;
|
|
3322
3327
|
display: flex;
|
|
@@ -4325,15 +4325,10 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4325
4325
|
justify-content: center;
|
|
4326
4326
|
}
|
|
4327
4327
|
|
|
4328
|
-
.contenedor-
|
|
4329
|
-
width:
|
|
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;
|