general-library-union 2.5.29 → 2.5.32
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
|
@@ -3318,10 +3318,15 @@ td.GrupoColor {
|
|
|
3318
3318
|
justify-content: center;
|
|
3319
3319
|
}
|
|
3320
3320
|
|
|
3321
|
-
.contenedor-icono-titulo-actos{
|
|
3321
|
+
.contenedor-icono-titulo-actos.p-1 {
|
|
3322
3322
|
width: 60px;
|
|
3323
3323
|
}
|
|
3324
3324
|
|
|
3325
|
+
.contenedor-icono-titulo-actos img{
|
|
3326
|
+
background: transparent !important;
|
|
3327
|
+
}
|
|
3328
|
+
|
|
3329
|
+
|
|
3325
3330
|
.contenedor-lista-tipo-acto {
|
|
3326
3331
|
position: relative;
|
|
3327
3332
|
display: flex;
|
|
@@ -3402,6 +3407,7 @@ td.GrupoColor {
|
|
|
3402
3407
|
width: 100%;
|
|
3403
3408
|
height: 100%;
|
|
3404
3409
|
object-fit: cover;
|
|
3410
|
+
color: #fff;
|
|
3405
3411
|
}
|
|
3406
3412
|
|
|
3407
3413
|
.sombra-caja.icono-naranja .pi-chevron-down {
|
|
@@ -4331,6 +4331,11 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4331
4331
|
width: 60px;
|
|
4332
4332
|
}
|
|
4333
4333
|
|
|
4334
|
+
.contenedor-icono-titulo-actos img{
|
|
4335
|
+
background: transparent !important;
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4338
|
+
|
|
4334
4339
|
.contenedor-lista-tipo-acto {
|
|
4335
4340
|
position: relative;
|
|
4336
4341
|
display: flex;
|
|
@@ -4419,6 +4424,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4419
4424
|
width: 100%;
|
|
4420
4425
|
height: 100%;
|
|
4421
4426
|
object-fit: cover;
|
|
4427
|
+
background: transparent;
|
|
4422
4428
|
}
|
|
4423
4429
|
|
|
4424
4430
|
.sombra-caja.icono-naranja .pi-chevron-down {
|