general-library-union 2.8.83 → 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
|
@@ -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){
|