@appartmint/mint 1.1.0 → 1.1.2
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/dist/css/mint.css
CHANGED
|
@@ -1356,7 +1356,8 @@ main {
|
|
|
1356
1356
|
main > router-outlet {
|
|
1357
1357
|
flex-grow: 0;
|
|
1358
1358
|
}
|
|
1359
|
-
|
|
1359
|
+
|
|
1360
|
+
:root main > router-outlet + * {
|
|
1360
1361
|
display: flex;
|
|
1361
1362
|
flex-direction: column;
|
|
1362
1363
|
align-items: center;
|
|
@@ -1365,20 +1366,20 @@ main > router-outlet + * {
|
|
|
1365
1366
|
width: 100%;
|
|
1366
1367
|
padding: 0.25rem;
|
|
1367
1368
|
}
|
|
1368
|
-
main > router-outlet + * {
|
|
1369
|
+
:root main > router-outlet + * {
|
|
1369
1370
|
padding: 4px;
|
|
1370
1371
|
}
|
|
1371
1372
|
@media (min-width: 480px) {
|
|
1372
|
-
main > router-outlet + * {
|
|
1373
|
+
:root main > router-outlet + * {
|
|
1373
1374
|
padding: calc(4px + 12 * ((100vw - 480px) / 288));
|
|
1374
1375
|
}
|
|
1375
1376
|
}
|
|
1376
1377
|
@media (min-width: 768px) {
|
|
1377
|
-
main > router-outlet + * {
|
|
1378
|
+
:root main > router-outlet + * {
|
|
1378
1379
|
padding: 16px;
|
|
1379
1380
|
}
|
|
1380
1381
|
}
|
|
1381
|
-
main > router-outlet + * + :not(mint-footer-partial) {
|
|
1382
|
+
:root main > router-outlet + * + :not(mint-footer-partial) {
|
|
1382
1383
|
height: 0;
|
|
1383
1384
|
overflow: hidden;
|
|
1384
1385
|
}
|
|
@@ -1469,6 +1470,7 @@ iframe {
|
|
|
1469
1470
|
display: grid;
|
|
1470
1471
|
grid-template-columns: 1fr;
|
|
1471
1472
|
gap: 2rem;
|
|
1473
|
+
width: 100%;
|
|
1472
1474
|
margin-top: 2rem;
|
|
1473
1475
|
margin-bottom: 2rem;
|
|
1474
1476
|
}
|