general-library-union 2.5.73 → 2.5.75
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
|
}
|
|
@@ -334,13 +335,12 @@ color: var(--color-700);
|
|
|
334
335
|
*****************************************************************************/
|
|
335
336
|
|
|
336
337
|
#timeout {
|
|
337
|
-
width: 100%;
|
|
338
|
-
height: 100%;
|
|
339
338
|
background: linear-gradient(to bottom, #ffffff, var(--color-100));
|
|
340
339
|
|
|
341
340
|
|
|
342
341
|
.card-container {
|
|
343
|
-
height:
|
|
342
|
+
height: auto;
|
|
343
|
+
min-height: 100vh;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
img {
|
|
@@ -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 {
|