general-library-union 2.5.30 → 2.5.33
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
|
@@ -866,9 +866,10 @@ color: var(--color-700);
|
|
|
866
866
|
|
|
867
867
|
|
|
868
868
|
.centrar-contenedor-imagen-sin-datos img {
|
|
869
|
-
opacity: 0.
|
|
869
|
+
opacity: 0.9;
|
|
870
870
|
width: 100%;
|
|
871
|
-
max-width:
|
|
871
|
+
max-width: 260px;
|
|
872
|
+
margin-bottom: -20px;
|
|
872
873
|
}
|
|
873
874
|
|
|
874
875
|
.toast-salto-linea {
|
|
@@ -1158,7 +1159,6 @@ min-height: 60px !important;
|
|
|
1158
1159
|
width: 100%;
|
|
1159
1160
|
height: 100%;
|
|
1160
1161
|
object-fit: cover;
|
|
1161
|
-
background: #fff;
|
|
1162
1162
|
}
|
|
1163
1163
|
|
|
1164
1164
|
.UploadFoto-btn {
|
|
@@ -3315,10 +3315,19 @@ td.GrupoColor {
|
|
|
3315
3315
|
display: flex;
|
|
3316
3316
|
align-items: center;
|
|
3317
3317
|
text-align: center;
|
|
3318
|
-
padding:
|
|
3318
|
+
padding: 7% 4% 5%;
|
|
3319
3319
|
justify-content: center;
|
|
3320
3320
|
}
|
|
3321
3321
|
|
|
3322
|
+
.contenedor-icono-titulo-actos.p-1 {
|
|
3323
|
+
width: 60px;
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
.contenedor-icono-titulo-actos img{
|
|
3327
|
+
background: transparent !important;
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3330
|
+
|
|
3322
3331
|
.contenedor-lista-tipo-acto {
|
|
3323
3332
|
position: relative;
|
|
3324
3333
|
display: flex;
|
|
@@ -3399,7 +3408,7 @@ td.GrupoColor {
|
|
|
3399
3408
|
width: 100%;
|
|
3400
3409
|
height: 100%;
|
|
3401
3410
|
object-fit: cover;
|
|
3402
|
-
|
|
3411
|
+
color: #fff;
|
|
3403
3412
|
}
|
|
3404
3413
|
|
|
3405
3414
|
.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;
|