general-library-union 2.5.73 → 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
|
@@ -108,14 +108,15 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
108
108
|
* 404 styles
|
|
109
109
|
*****************************************************************************/
|
|
110
110
|
#not-found {
|
|
111
|
+
width: 100%;
|
|
112
|
+
height: 100%;
|
|
111
113
|
background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
|
|
112
114
|
url('/assets/images/not-found-fondo.png');
|
|
113
115
|
background-size: cover;
|
|
114
116
|
|
|
115
117
|
|
|
116
118
|
.card-container{
|
|
117
|
-
|
|
118
|
-
min-height: 100vh;
|
|
119
|
+
height: 100vh;
|
|
119
120
|
justify-content: center;
|
|
120
121
|
align-items: center;
|
|
121
122
|
}
|
|
@@ -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;
|
|
@@ -326,12 +326,11 @@ body {
|
|
|
326
326
|
*****************************************************************************/
|
|
327
327
|
|
|
328
328
|
#timeout {
|
|
329
|
-
width: 100%;
|
|
330
|
-
height: 100%;
|
|
331
329
|
background: linear-gradient(to bottom, #fffcfc, #8e8e8e);
|
|
332
330
|
|
|
333
331
|
.card-container {
|
|
334
|
-
height:
|
|
332
|
+
height: auto;
|
|
333
|
+
min-height: 100vh;
|
|
335
334
|
}
|
|
336
335
|
|
|
337
336
|
img {
|
|
@@ -4326,15 +4325,10 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4326
4325
|
justify-content: center;
|
|
4327
4326
|
}
|
|
4328
4327
|
|
|
4329
|
-
.contenedor-
|
|
4330
|
-
width:
|
|
4328
|
+
.contenedor-titulo-actos img {
|
|
4329
|
+
width: 4.5rem;
|
|
4331
4330
|
}
|
|
4332
4331
|
|
|
4333
|
-
.contenedor-icono-titulo-actos img{
|
|
4334
|
-
background: transparent !important;
|
|
4335
|
-
}
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
4332
|
.contenedor-lista-tipo-acto {
|
|
4339
4333
|
position: relative;
|
|
4340
4334
|
display: flex;
|