general-library-union 3.1.53 → 3.1.54
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
|
@@ -139,9 +139,9 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
139
139
|
*****************************************************************************/
|
|
140
140
|
#not-found {
|
|
141
141
|
width: 100%;
|
|
142
|
-
height: 100%;
|
|
143
|
-
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)),
|
|
144
|
-
|
|
142
|
+
// height: 100%;
|
|
143
|
+
// 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)),
|
|
144
|
+
// url('/assets/images/not-found-fondo.png');
|
|
145
145
|
background-size: cover;
|
|
146
146
|
|
|
147
147
|
|
|
@@ -137,10 +137,10 @@ body {
|
|
|
137
137
|
/******************************************************************************
|
|
138
138
|
* 404 styles
|
|
139
139
|
*****************************************************************************/
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
140
|
+
#not-found {
|
|
141
|
+
// 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)),
|
|
142
|
+
// url('/assets/images/not-found-fondo.png');
|
|
143
|
+
// background-size: cover;
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
.card-container{
|