general-library-union 2.7.41 → 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
|
@@ -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 {
|
|
@@ -1363,7 +1363,27 @@ body {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
}
|
|
1365
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
|
+
}
|
|
1366
1385
|
|
|
1386
|
+
}
|
|
1367
1387
|
|
|
1368
1388
|
/******************************************************************************
|
|
1369
1389
|
* CARD INSTRUCCIONES styles
|