general-library-union 3.1.56 → 3.1.58
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
|
@@ -149,6 +149,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
149
149
|
height: 100vh;
|
|
150
150
|
justify-content: center;
|
|
151
151
|
align-items: center;
|
|
152
|
+
display: flex;
|
|
152
153
|
}
|
|
153
154
|
|
|
154
155
|
p{
|
|
@@ -159,7 +160,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
159
160
|
|
|
160
161
|
|
|
161
162
|
img {
|
|
162
|
-
max-width:
|
|
163
|
+
max-width: 36rem;
|
|
163
164
|
width: 100%;
|
|
164
165
|
}
|
|
165
166
|
|
|
@@ -218,13 +219,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
218
219
|
margin-top: 6%;
|
|
219
220
|
border: solid 1px #232323;
|
|
220
221
|
color: #232323;
|
|
222
|
+
margin-bottom: 10%;
|
|
221
223
|
}
|
|
222
224
|
}
|
|
223
225
|
|
|
224
226
|
|
|
225
227
|
#not-found button:hover{
|
|
226
|
-
background:
|
|
227
|
-
box-shadow: 3px 3px 12px
|
|
228
|
+
background: #fff;
|
|
229
|
+
box-shadow: 3px 3px 12px #b8b8b8;
|
|
228
230
|
|
|
229
231
|
}
|
|
230
232
|
|
|
@@ -148,6 +148,7 @@ body {
|
|
|
148
148
|
min-height: 100vh;
|
|
149
149
|
justify-content: center;
|
|
150
150
|
align-items: center;
|
|
151
|
+
display: flex;
|
|
151
152
|
}
|
|
152
153
|
|
|
153
154
|
p{
|
|
@@ -160,7 +161,7 @@ body {
|
|
|
160
161
|
|
|
161
162
|
|
|
162
163
|
img {
|
|
163
|
-
max-width:
|
|
164
|
+
max-width: 36rem;
|
|
164
165
|
width: 100%;
|
|
165
166
|
}
|
|
166
167
|
|
|
@@ -219,9 +220,15 @@ body {
|
|
|
219
220
|
margin-top: 6%;
|
|
220
221
|
border: solid 1px #232323;
|
|
221
222
|
color: #232323;
|
|
223
|
+
margin-bottom: 10%;
|
|
222
224
|
}
|
|
223
225
|
}
|
|
224
226
|
|
|
227
|
+
#not-found button:hover{
|
|
228
|
+
background: #fff;
|
|
229
|
+
box-shadow: 3px 3px 12px #b8b8b8;}
|
|
230
|
+
|
|
231
|
+
|
|
225
232
|
|
|
226
233
|
#not-found .p-button {
|
|
227
234
|
box-shadow: 0px 0px 10px hsla(var(--color-h), 100%, 60%, 0.7);
|