general-library-union 2.8.82 → 2.8.84
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
|
@@ -1319,6 +1319,11 @@ min-height: 60px !important;
|
|
|
1319
1319
|
color: #ffffff;
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
|
+
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1323
|
+
text-align: left;
|
|
1324
|
+
display: table !important;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1322
1327
|
@media(max-width:1920px){
|
|
1323
1328
|
.menu-accordeon {
|
|
1324
1329
|
max-height: 100%;
|
|
@@ -1330,10 +1335,7 @@ min-height: 60px !important;
|
|
|
1330
1335
|
margin-top: -30px;
|
|
1331
1336
|
}
|
|
1332
1337
|
|
|
1333
|
-
|
|
1334
|
-
text-align: left;
|
|
1335
|
-
display: table !important;
|
|
1336
|
-
}
|
|
1338
|
+
|
|
1337
1339
|
}
|
|
1338
1340
|
|
|
1339
1341
|
@media (max-width: 1600px) {
|
|
@@ -1487,6 +1489,11 @@ min-height: 60px !important;
|
|
|
1487
1489
|
margin-left: -4px;
|
|
1488
1490
|
margin-top: 3px;
|
|
1489
1491
|
}
|
|
1492
|
+
|
|
1493
|
+
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1494
|
+
text-align: center;
|
|
1495
|
+
display: flex !important;
|
|
1496
|
+
}
|
|
1490
1497
|
}
|
|
1491
1498
|
|
|
1492
1499
|
|
|
@@ -1328,7 +1328,13 @@ body {
|
|
|
1328
1328
|
|
|
1329
1329
|
.upload-button i {
|
|
1330
1330
|
color: white;
|
|
1331
|
-
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1335
|
+
text-align: left;
|
|
1336
|
+
display: table !important;
|
|
1337
|
+
}}
|
|
1332
1338
|
|
|
1333
1339
|
@media(max-width:1920px){
|
|
1334
1340
|
.menu-accordeon {
|
|
@@ -1341,10 +1347,6 @@ body {
|
|
|
1341
1347
|
margin-top: -30px;
|
|
1342
1348
|
}
|
|
1343
1349
|
|
|
1344
|
-
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1345
|
-
text-align: left;
|
|
1346
|
-
display: table !important;
|
|
1347
|
-
}
|
|
1348
1350
|
}
|
|
1349
1351
|
|
|
1350
1352
|
@media (max-width: 1600px) {
|
|
@@ -1498,6 +1500,12 @@ body {
|
|
|
1498
1500
|
margin-left: -4px;
|
|
1499
1501
|
margin-top: 3px;
|
|
1500
1502
|
}
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1506
|
+
text-align: center;
|
|
1507
|
+
display: flex !important;
|
|
1508
|
+
}
|
|
1501
1509
|
}
|
|
1502
1510
|
|
|
1503
1511
|
@media (max-width:600px){
|