general-library-union 2.7.40 → 2.7.42
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
|
@@ -1268,7 +1268,7 @@ min-height: 60px !important;
|
|
|
1268
1268
|
.avatar-container{
|
|
1269
1269
|
width: 120px !important;
|
|
1270
1270
|
height: 120px !important;
|
|
1271
|
-
border: solid 5px var(--color-700);
|
|
1271
|
+
border: solid 5px var(--color-700) !important;
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
1274
|
.menu-accordeon {
|
|
@@ -1283,6 +1283,29 @@ min-height: 60px !important;
|
|
|
1283
1283
|
|
|
1284
1284
|
}
|
|
1285
1285
|
|
|
1286
|
+
@media (width:768px){
|
|
1287
|
+
.UploadFoto-btn{
|
|
1288
|
+
height: 100vh;
|
|
1289
|
+
right: 0px;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.hojavida{
|
|
1293
|
+
margin-right: 28% !important;
|
|
1294
|
+
margin-right: auto !important;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
img.layout-topbar-logo-full {
|
|
1298
|
+
width: 152px;
|
|
1299
|
+
height: 45px;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
.hojavida {
|
|
1303
|
+
width: 77%;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
|
|
1286
1309
|
|
|
1287
1310
|
@media (max-width:1024px){
|
|
1288
1311
|
.UploadFoto-btn h1 {
|
|
@@ -1326,9 +1326,9 @@ body {
|
|
|
1326
1326
|
}
|
|
1327
1327
|
|
|
1328
1328
|
.avatar-container{
|
|
1329
|
-
width: 120px;
|
|
1330
|
-
height: 120px;
|
|
1331
|
-
border: solid 5px var(--color-700);
|
|
1329
|
+
width: 120px !important;
|
|
1330
|
+
height: 120px !important;
|
|
1331
|
+
border: solid 5px var(--color-700) !important;
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
1334
|
.menu-accordeon {
|
|
@@ -1349,8 +1349,9 @@ body {
|
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
1351
|
.avatar-container{
|
|
1352
|
-
width: 70px;
|
|
1353
|
-
height: 70px;
|
|
1352
|
+
width: 70px !important;
|
|
1353
|
+
height: 70px !important;
|
|
1354
|
+
border: 5px solid var(--color-700) !important;
|
|
1354
1355
|
}
|
|
1355
1356
|
|
|
1356
1357
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
|
@@ -1362,7 +1363,27 @@ body {
|
|
|
1362
1363
|
}
|
|
1363
1364
|
}
|
|
1364
1365
|
|
|
1366
|
+
@media (width:768px){
|
|
1367
|
+
.UploadFoto-btn{
|
|
1368
|
+
height: 100vh;
|
|
1369
|
+
right: 0px;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.hojavida{
|
|
1373
|
+
margin-right: 28% !important;
|
|
1374
|
+
margin-right: auto !important;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
img.layout-topbar-logo-full {
|
|
1378
|
+
width: 152px;
|
|
1379
|
+
height: 45px;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
.hojavida {
|
|
1383
|
+
width: 77%;
|
|
1384
|
+
}
|
|
1365
1385
|
|
|
1386
|
+
}
|
|
1366
1387
|
|
|
1367
1388
|
/******************************************************************************
|
|
1368
1389
|
* CARD INSTRUCCIONES styles
|