general-library-union 2.8.16 → 2.8.17
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
|
@@ -1362,8 +1362,8 @@ min-height: 60px !important;
|
|
|
1362
1362
|
}
|
|
1363
1363
|
|
|
1364
1364
|
.avatar-container{
|
|
1365
|
-
width:
|
|
1366
|
-
height:
|
|
1365
|
+
width: 100px !important;
|
|
1366
|
+
height: 100px !important;
|
|
1367
1367
|
border: solid 5px var(--color-700) !important;
|
|
1368
1368
|
}
|
|
1369
1369
|
|
|
@@ -1376,6 +1376,9 @@ min-height: 60px !important;
|
|
|
1376
1376
|
.mbottom {
|
|
1377
1377
|
margin-top: -30px !important;
|
|
1378
1378
|
}
|
|
1379
|
+
.datos {
|
|
1380
|
+
margin-top: -45px;
|
|
1381
|
+
}
|
|
1379
1382
|
|
|
1380
1383
|
}
|
|
1381
1384
|
|
|
@@ -1373,8 +1373,8 @@ body {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
|
|
1375
1375
|
.avatar-container{
|
|
1376
|
-
width:
|
|
1377
|
-
height:
|
|
1376
|
+
width: 100px !important;
|
|
1377
|
+
height: 100px !important;
|
|
1378
1378
|
border: solid 5px var(--color-700) !important;
|
|
1379
1379
|
}
|
|
1380
1380
|
|
|
@@ -1388,6 +1388,10 @@ body {
|
|
|
1388
1388
|
margin-top: -30px !important;
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
|
+
.datos {
|
|
1392
|
+
margin-top: -45px;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1391
1395
|
}
|
|
1392
1396
|
|
|
1393
1397
|
@media (max-width:1024px){
|