general-library-union 2.7.88 → 2.7.89
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
|
@@ -1442,10 +1442,11 @@ min-height: 60px !important;
|
|
|
1442
1442
|
|
|
1443
1443
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1444
1444
|
position: relative;
|
|
1445
|
-
top: -
|
|
1446
|
-
left: -
|
|
1445
|
+
top: -32px;
|
|
1446
|
+
left: -36px;
|
|
1447
1447
|
min-width: 30px;
|
|
1448
1448
|
height: 30px;
|
|
1449
|
+
border: none;
|
|
1449
1450
|
}
|
|
1450
1451
|
|
|
1451
1452
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose span {
|
|
@@ -1461,6 +1462,12 @@ min-height: 60px !important;
|
|
|
1461
1462
|
margin-top: 3px;
|
|
1462
1463
|
}
|
|
1463
1464
|
|
|
1465
|
+
.avatar-container {
|
|
1466
|
+
width: 100px !important;
|
|
1467
|
+
height: 100px !important;
|
|
1468
|
+
border: 5px solid var(--color-700) !important;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1464
1471
|
|
|
1465
1472
|
}
|
|
1466
1473
|
|
|
@@ -1445,18 +1445,18 @@ body {
|
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
1447
|
@media (max-width:600px){
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
}
|
|
1448
|
+
.UploadFoto-btn {
|
|
1449
|
+
width: 100%;
|
|
1450
|
+
position: relative !important;
|
|
1451
|
+
margin-left: 0 !important;
|
|
1452
|
+
box-shadow: none !important;
|
|
1453
|
+
padding: 4%;
|
|
1454
|
+
order: 1;
|
|
1455
|
+
min-height: 300px;
|
|
1456
|
+
max-height: 600px;
|
|
1457
|
+
margin-bottom: 30px;
|
|
1458
|
+
top: 0;
|
|
1459
|
+
}
|
|
1460
1460
|
|
|
1461
1461
|
.hojavida {
|
|
1462
1462
|
width: 100%;
|
|
@@ -1500,10 +1500,11 @@ body {
|
|
|
1500
1500
|
|
|
1501
1501
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
|
|
1502
1502
|
position: relative;
|
|
1503
|
-
top: -
|
|
1504
|
-
left: -
|
|
1503
|
+
top: -32px;
|
|
1504
|
+
left: -36px;
|
|
1505
1505
|
min-width: 30px;
|
|
1506
1506
|
height: 30px;
|
|
1507
|
+
border: none;
|
|
1507
1508
|
}
|
|
1508
1509
|
|
|
1509
1510
|
span.p-ripple.p-element.p-button.p-component.p-fileupload-choose span {
|
|
@@ -1523,6 +1524,12 @@ body {
|
|
|
1523
1524
|
margin-top: 50px;
|
|
1524
1525
|
}
|
|
1525
1526
|
|
|
1527
|
+
.avatar-container {
|
|
1528
|
+
width: 100px !important;
|
|
1529
|
+
height: 100px !important;
|
|
1530
|
+
border: 5px solid var(--color-700) !important;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1526
1533
|
}
|
|
1527
1534
|
|
|
1528
1535
|
/******************************************************************************
|