general-library-union 2.7.84 → 2.7.85
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
|
@@ -1454,7 +1454,8 @@ body {
|
|
|
1454
1454
|
order: 1;
|
|
1455
1455
|
min-height: 300px;
|
|
1456
1456
|
max-height: 600px;
|
|
1457
|
-
margin-bottom:
|
|
1457
|
+
margin-bottom: 30px;
|
|
1458
|
+
top: 0;
|
|
1458
1459
|
}
|
|
1459
1460
|
|
|
1460
1461
|
.hojavida {
|
|
@@ -1486,11 +1487,12 @@ body {
|
|
|
1486
1487
|
}
|
|
1487
1488
|
|
|
1488
1489
|
.p-fileupload.p-fileupload-basic {
|
|
1489
|
-
position:
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1490
|
+
position: initial;
|
|
1491
|
+
display: flex;
|
|
1492
|
+
justify-content: center;
|
|
1493
|
+
margin-top: -30px;
|
|
1494
|
+
margin-left: 60px;
|
|
1495
|
+
}
|
|
1494
1496
|
.mbottom {
|
|
1495
1497
|
margin-top: 0px !important;
|
|
1496
1498
|
}
|