general-library-union 2.8.81 → 2.8.83
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%;
|
|
@@ -1328,7 +1333,9 @@ min-height: 60px !important;
|
|
|
1328
1333
|
|
|
1329
1334
|
.datos {
|
|
1330
1335
|
margin-top: -30px;
|
|
1331
|
-
}
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
|
|
1332
1339
|
}
|
|
1333
1340
|
|
|
1334
1341
|
@media (max-width: 1600px) {
|
|
@@ -1482,6 +1489,11 @@ min-height: 60px !important;
|
|
|
1482
1489
|
margin-left: -4px;
|
|
1483
1490
|
margin-top: 3px;
|
|
1484
1491
|
}
|
|
1492
|
+
|
|
1493
|
+
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1494
|
+
text-align: center;
|
|
1495
|
+
display: flex !important;
|
|
1496
|
+
}
|
|
1485
1497
|
}
|
|
1486
1498
|
|
|
1487
1499
|
|
|
@@ -1340,6 +1340,11 @@ body {
|
|
|
1340
1340
|
.datos {
|
|
1341
1341
|
margin-top: -30px;
|
|
1342
1342
|
}
|
|
1343
|
+
|
|
1344
|
+
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1345
|
+
text-align: left;
|
|
1346
|
+
display: table !important;
|
|
1347
|
+
}
|
|
1343
1348
|
}
|
|
1344
1349
|
|
|
1345
1350
|
@media (max-width: 1600px) {
|