general-library-union 2.7.99 → 2.8.1
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
|
@@ -271,7 +271,7 @@ color: var(--color-700);
|
|
|
271
271
|
@media (max-width:768px){
|
|
272
272
|
|
|
273
273
|
#not-found img {
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 14rem;
|
|
275
275
|
margin: 0 auto;
|
|
276
276
|
display: table;
|
|
277
277
|
position: inherit;
|
|
@@ -284,9 +284,10 @@ color: var(--color-700);
|
|
|
284
284
|
margin: auto;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
287
|
+
#not-found p {
|
|
288
|
+
text-align: center;
|
|
289
|
+
}
|
|
290
|
+
|
|
290
291
|
|
|
291
292
|
#not-found h4{
|
|
292
293
|
font-size: 7rem;
|
|
@@ -294,6 +295,10 @@ color: var(--color-700);
|
|
|
294
295
|
|
|
295
296
|
}
|
|
296
297
|
|
|
298
|
+
#not-found h5 {
|
|
299
|
+
text-align: center;
|
|
300
|
+
}
|
|
301
|
+
|
|
297
302
|
.flex.align-items-center.justify-content-center {
|
|
298
303
|
display: table !important;
|
|
299
304
|
|
|
@@ -1293,6 +1298,14 @@ min-height: 60px !important;
|
|
|
1293
1298
|
color: #ffffff;
|
|
1294
1299
|
}
|
|
1295
1300
|
|
|
1301
|
+
@media(max-width:1920px){
|
|
1302
|
+
.menu-accordeon {
|
|
1303
|
+
max-height: 100%;
|
|
1304
|
+
width: 100%;
|
|
1305
|
+
height: 480px !important;
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1296
1309
|
@media (max-width:1440px){
|
|
1297
1310
|
.UploadFoto-btn {
|
|
1298
1311
|
width: 18.5%;
|
|
@@ -1316,6 +1316,14 @@ body {
|
|
|
1316
1316
|
color: white;
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
+
@media(max-width:1920px){
|
|
1320
|
+
.menu-accordeon {
|
|
1321
|
+
max-height: 100%;
|
|
1322
|
+
width: 100%;
|
|
1323
|
+
height: 480px !important;
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1319
1327
|
@media (max-width:1440px){
|
|
1320
1328
|
.UploadFoto-btn {
|
|
1321
1329
|
width: 18.5%;
|