@incodetech/web 0.0.0-dev-20260408-a355630 → 0.0.0-dev-20260409-a38d5e8
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/base.css +425 -50
- package/dist/flow/styles.css +580 -58
- package/dist/id/styles.css +170 -17
- package/dist/themes/dark.css +4 -0
- package/dist/themes/light.css +4 -0
- package/package.json +2 -2
package/dist/base.css
CHANGED
|
@@ -1448,6 +1448,12 @@
|
|
|
1448
1448
|
height: 100%;
|
|
1449
1449
|
display: flex;
|
|
1450
1450
|
}
|
|
1451
|
+
@media (min-width: 48rem) {
|
|
1452
|
+
.IncodePageContainer {
|
|
1453
|
+
justify-content: center;
|
|
1454
|
+
align-items: center;
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1451
1457
|
@media (min-width: 40rem) {
|
|
1452
1458
|
.IncodePageContainer .IncodePageInner {
|
|
1453
1459
|
max-width: 40rem;
|
|
@@ -1475,7 +1481,16 @@
|
|
|
1475
1481
|
}
|
|
1476
1482
|
@media (min-width: 48rem) {
|
|
1477
1483
|
.IncodePageContainer .IncodePageInner {
|
|
1478
|
-
height:
|
|
1484
|
+
max-height: var(--incode-page-max-h);
|
|
1485
|
+
max-width: var(--incode-page-max-w);
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
@media not all and (min-width: 80rem) {
|
|
1489
|
+
@media (orientation: landscape) {
|
|
1490
|
+
.IncodePageContainer .IncodePageInner {
|
|
1491
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1479
1494
|
}
|
|
1480
1495
|
}
|
|
1481
1496
|
@media (min-width: 40rem) {
|
|
@@ -1505,7 +1520,16 @@
|
|
|
1505
1520
|
}
|
|
1506
1521
|
@media (min-width: 48rem) {
|
|
1507
1522
|
.IncodePageContainer .IncodePageInner {
|
|
1508
|
-
height:
|
|
1523
|
+
max-height: var(--incode-page-max-h);
|
|
1524
|
+
max-width: var(--incode-page-max-w);
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
@media not all and (min-width: 80rem) {
|
|
1528
|
+
@media (orientation: landscape) {
|
|
1529
|
+
.IncodePageContainer .IncodePageInner {
|
|
1530
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1509
1533
|
}
|
|
1510
1534
|
}
|
|
1511
1535
|
@media (min-width: 40rem) {
|
|
@@ -1535,7 +1559,16 @@
|
|
|
1535
1559
|
}
|
|
1536
1560
|
@media (min-width: 48rem) {
|
|
1537
1561
|
.IncodePageContainer .IncodePageInner {
|
|
1538
|
-
height:
|
|
1562
|
+
max-height: var(--incode-page-max-h);
|
|
1563
|
+
max-width: var(--incode-page-max-w);
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
@media not all and (min-width: 80rem) {
|
|
1567
|
+
@media (orientation: landscape) {
|
|
1568
|
+
.IncodePageContainer .IncodePageInner {
|
|
1569
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1539
1572
|
}
|
|
1540
1573
|
}
|
|
1541
1574
|
@media (min-width: 40rem) {
|
|
@@ -1565,7 +1598,16 @@
|
|
|
1565
1598
|
}
|
|
1566
1599
|
@media (min-width: 48rem) {
|
|
1567
1600
|
.IncodePageContainer .IncodePageInner {
|
|
1568
|
-
height:
|
|
1601
|
+
max-height: var(--incode-page-max-h);
|
|
1602
|
+
max-width: var(--incode-page-max-w);
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
@media not all and (min-width: 80rem) {
|
|
1606
|
+
@media (orientation: landscape) {
|
|
1607
|
+
.IncodePageContainer .IncodePageInner {
|
|
1608
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1569
1611
|
}
|
|
1570
1612
|
}
|
|
1571
1613
|
@media (min-width: 40rem) {
|
|
@@ -1595,7 +1637,16 @@
|
|
|
1595
1637
|
}
|
|
1596
1638
|
@media (min-width: 48rem) {
|
|
1597
1639
|
.IncodePageContainer .IncodePageInner {
|
|
1598
|
-
height:
|
|
1640
|
+
max-height: var(--incode-page-max-h);
|
|
1641
|
+
max-width: var(--incode-page-max-w);
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
@media not all and (min-width: 80rem) {
|
|
1645
|
+
@media (orientation: landscape) {
|
|
1646
|
+
.IncodePageContainer .IncodePageInner {
|
|
1647
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1599
1650
|
}
|
|
1600
1651
|
}
|
|
1601
1652
|
@media (min-width: 40rem) {
|
|
@@ -1625,7 +1676,16 @@
|
|
|
1625
1676
|
}
|
|
1626
1677
|
@media (min-width: 48rem) {
|
|
1627
1678
|
.IncodePageContainer .IncodePageInner {
|
|
1628
|
-
height:
|
|
1679
|
+
max-height: var(--incode-page-max-h);
|
|
1680
|
+
max-width: var(--incode-page-max-w);
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
@media not all and (min-width: 80rem) {
|
|
1684
|
+
@media (orientation: landscape) {
|
|
1685
|
+
.IncodePageContainer .IncodePageInner {
|
|
1686
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1687
|
+
}
|
|
1688
|
+
}
|
|
1629
1689
|
}
|
|
1630
1690
|
}
|
|
1631
1691
|
@media (min-width: 40rem) {
|
|
@@ -1655,7 +1715,16 @@
|
|
|
1655
1715
|
}
|
|
1656
1716
|
@media (min-width: 48rem) {
|
|
1657
1717
|
.IncodePageContainer .IncodePageInner {
|
|
1658
|
-
height:
|
|
1718
|
+
max-height: var(--incode-page-max-h);
|
|
1719
|
+
max-width: var(--incode-page-max-w);
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
@media not all and (min-width: 80rem) {
|
|
1723
|
+
@media (orientation: landscape) {
|
|
1724
|
+
.IncodePageContainer .IncodePageInner {
|
|
1725
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1659
1728
|
}
|
|
1660
1729
|
}
|
|
1661
1730
|
@media (min-width: 40rem) {
|
|
@@ -1685,7 +1754,16 @@
|
|
|
1685
1754
|
}
|
|
1686
1755
|
@media (min-width: 48rem) {
|
|
1687
1756
|
.IncodePageContainer .IncodePageInner {
|
|
1688
|
-
height:
|
|
1757
|
+
max-height: var(--incode-page-max-h);
|
|
1758
|
+
max-width: var(--incode-page-max-w);
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
@media not all and (min-width: 80rem) {
|
|
1762
|
+
@media (orientation: landscape) {
|
|
1763
|
+
.IncodePageContainer .IncodePageInner {
|
|
1764
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1689
1767
|
}
|
|
1690
1768
|
}
|
|
1691
1769
|
@media (min-width: 40rem) {
|
|
@@ -1715,7 +1793,16 @@
|
|
|
1715
1793
|
}
|
|
1716
1794
|
@media (min-width: 48rem) {
|
|
1717
1795
|
.IncodePageContainer .IncodePageInner {
|
|
1718
|
-
height:
|
|
1796
|
+
max-height: var(--incode-page-max-h);
|
|
1797
|
+
max-width: var(--incode-page-max-w);
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
@media not all and (min-width: 80rem) {
|
|
1801
|
+
@media (orientation: landscape) {
|
|
1802
|
+
.IncodePageContainer .IncodePageInner {
|
|
1803
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1719
1806
|
}
|
|
1720
1807
|
}
|
|
1721
1808
|
@media (min-width: 40rem) {
|
|
@@ -1745,7 +1832,16 @@
|
|
|
1745
1832
|
}
|
|
1746
1833
|
@media (min-width: 48rem) {
|
|
1747
1834
|
.IncodePageContainer .IncodePageInner {
|
|
1748
|
-
height:
|
|
1835
|
+
max-height: var(--incode-page-max-h);
|
|
1836
|
+
max-width: var(--incode-page-max-w);
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
@media not all and (min-width: 80rem) {
|
|
1840
|
+
@media (orientation: landscape) {
|
|
1841
|
+
.IncodePageContainer .IncodePageInner {
|
|
1842
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1749
1845
|
}
|
|
1750
1846
|
}
|
|
1751
1847
|
@media (min-width: 40rem) {
|
|
@@ -1775,7 +1871,16 @@
|
|
|
1775
1871
|
}
|
|
1776
1872
|
@media (min-width: 48rem) {
|
|
1777
1873
|
.IncodePageContainer .IncodePageInner {
|
|
1778
|
-
height:
|
|
1874
|
+
max-height: var(--incode-page-max-h);
|
|
1875
|
+
max-width: var(--incode-page-max-w);
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
@media not all and (min-width: 80rem) {
|
|
1879
|
+
@media (orientation: landscape) {
|
|
1880
|
+
.IncodePageContainer .IncodePageInner {
|
|
1881
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1779
1884
|
}
|
|
1780
1885
|
}
|
|
1781
1886
|
@media (min-width: 40rem) {
|
|
@@ -1805,7 +1910,16 @@
|
|
|
1805
1910
|
}
|
|
1806
1911
|
@media (min-width: 48rem) {
|
|
1807
1912
|
.IncodePageContainer .IncodePageInner {
|
|
1808
|
-
height:
|
|
1913
|
+
max-height: var(--incode-page-max-h);
|
|
1914
|
+
max-width: var(--incode-page-max-w);
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
@media not all and (min-width: 80rem) {
|
|
1918
|
+
@media (orientation: landscape) {
|
|
1919
|
+
.IncodePageContainer .IncodePageInner {
|
|
1920
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1809
1923
|
}
|
|
1810
1924
|
}
|
|
1811
1925
|
@media (min-width: 40rem) {
|
|
@@ -1835,7 +1949,16 @@
|
|
|
1835
1949
|
}
|
|
1836
1950
|
@media (min-width: 48rem) {
|
|
1837
1951
|
.IncodePageContainer .IncodePageInner {
|
|
1838
|
-
height:
|
|
1952
|
+
max-height: var(--incode-page-max-h);
|
|
1953
|
+
max-width: var(--incode-page-max-w);
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
@media not all and (min-width: 80rem) {
|
|
1957
|
+
@media (orientation: landscape) {
|
|
1958
|
+
.IncodePageContainer .IncodePageInner {
|
|
1959
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1839
1962
|
}
|
|
1840
1963
|
}
|
|
1841
1964
|
@media (min-width: 40rem) {
|
|
@@ -1865,7 +1988,16 @@
|
|
|
1865
1988
|
}
|
|
1866
1989
|
@media (min-width: 48rem) {
|
|
1867
1990
|
.IncodePageContainer .IncodePageInner {
|
|
1868
|
-
height:
|
|
1991
|
+
max-height: var(--incode-page-max-h);
|
|
1992
|
+
max-width: var(--incode-page-max-w);
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
@media not all and (min-width: 80rem) {
|
|
1996
|
+
@media (orientation: landscape) {
|
|
1997
|
+
.IncodePageContainer .IncodePageInner {
|
|
1998
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
1869
2001
|
}
|
|
1870
2002
|
}
|
|
1871
2003
|
@media (min-width: 40rem) {
|
|
@@ -1895,7 +2027,16 @@
|
|
|
1895
2027
|
}
|
|
1896
2028
|
@media (min-width: 48rem) {
|
|
1897
2029
|
.IncodePageContainer .IncodePageInner {
|
|
1898
|
-
height:
|
|
2030
|
+
max-height: var(--incode-page-max-h);
|
|
2031
|
+
max-width: var(--incode-page-max-w);
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
@media not all and (min-width: 80rem) {
|
|
2035
|
+
@media (orientation: landscape) {
|
|
2036
|
+
.IncodePageContainer .IncodePageInner {
|
|
2037
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
1899
2040
|
}
|
|
1900
2041
|
}
|
|
1901
2042
|
@media (min-width: 40rem) {
|
|
@@ -1925,7 +2066,16 @@
|
|
|
1925
2066
|
}
|
|
1926
2067
|
@media (min-width: 48rem) {
|
|
1927
2068
|
.IncodePageContainer .IncodePageInner {
|
|
1928
|
-
height:
|
|
2069
|
+
max-height: var(--incode-page-max-h);
|
|
2070
|
+
max-width: var(--incode-page-max-w);
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
@media not all and (min-width: 80rem) {
|
|
2074
|
+
@media (orientation: landscape) {
|
|
2075
|
+
.IncodePageContainer .IncodePageInner {
|
|
2076
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
1929
2079
|
}
|
|
1930
2080
|
}
|
|
1931
2081
|
@media (min-width: 40rem) {
|
|
@@ -1955,7 +2105,16 @@
|
|
|
1955
2105
|
}
|
|
1956
2106
|
@media (min-width: 48rem) {
|
|
1957
2107
|
.IncodePageContainer .IncodePageInner {
|
|
1958
|
-
height:
|
|
2108
|
+
max-height: var(--incode-page-max-h);
|
|
2109
|
+
max-width: var(--incode-page-max-w);
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
@media not all and (min-width: 80rem) {
|
|
2113
|
+
@media (orientation: landscape) {
|
|
2114
|
+
.IncodePageContainer .IncodePageInner {
|
|
2115
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2116
|
+
}
|
|
2117
|
+
}
|
|
1959
2118
|
}
|
|
1960
2119
|
}
|
|
1961
2120
|
@media (min-width: 40rem) {
|
|
@@ -1985,7 +2144,16 @@
|
|
|
1985
2144
|
}
|
|
1986
2145
|
@media (min-width: 48rem) {
|
|
1987
2146
|
.IncodePageContainer .IncodePageInner {
|
|
1988
|
-
height:
|
|
2147
|
+
max-height: var(--incode-page-max-h);
|
|
2148
|
+
max-width: var(--incode-page-max-w);
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
@media not all and (min-width: 80rem) {
|
|
2152
|
+
@media (orientation: landscape) {
|
|
2153
|
+
.IncodePageContainer .IncodePageInner {
|
|
2154
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
1989
2157
|
}
|
|
1990
2158
|
}
|
|
1991
2159
|
@media (min-width: 40rem) {
|
|
@@ -2015,7 +2183,16 @@
|
|
|
2015
2183
|
}
|
|
2016
2184
|
@media (min-width: 48rem) {
|
|
2017
2185
|
.IncodePageContainer .IncodePageInner {
|
|
2018
|
-
height:
|
|
2186
|
+
max-height: var(--incode-page-max-h);
|
|
2187
|
+
max-width: var(--incode-page-max-w);
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
@media not all and (min-width: 80rem) {
|
|
2191
|
+
@media (orientation: landscape) {
|
|
2192
|
+
.IncodePageContainer .IncodePageInner {
|
|
2193
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2194
|
+
}
|
|
2195
|
+
}
|
|
2019
2196
|
}
|
|
2020
2197
|
}
|
|
2021
2198
|
@media (min-width: 40rem) {
|
|
@@ -2045,7 +2222,16 @@
|
|
|
2045
2222
|
}
|
|
2046
2223
|
@media (min-width: 48rem) {
|
|
2047
2224
|
.IncodePageContainer .IncodePageInner {
|
|
2048
|
-
height:
|
|
2225
|
+
max-height: var(--incode-page-max-h);
|
|
2226
|
+
max-width: var(--incode-page-max-w);
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
@media not all and (min-width: 80rem) {
|
|
2230
|
+
@media (orientation: landscape) {
|
|
2231
|
+
.IncodePageContainer .IncodePageInner {
|
|
2232
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2233
|
+
}
|
|
2234
|
+
}
|
|
2049
2235
|
}
|
|
2050
2236
|
}
|
|
2051
2237
|
@media (min-width: 40rem) {
|
|
@@ -2075,7 +2261,16 @@
|
|
|
2075
2261
|
}
|
|
2076
2262
|
@media (min-width: 48rem) {
|
|
2077
2263
|
.IncodePageContainer .IncodePageInner {
|
|
2078
|
-
height:
|
|
2264
|
+
max-height: var(--incode-page-max-h);
|
|
2265
|
+
max-width: var(--incode-page-max-w);
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
@media not all and (min-width: 80rem) {
|
|
2269
|
+
@media (orientation: landscape) {
|
|
2270
|
+
.IncodePageContainer .IncodePageInner {
|
|
2271
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2079
2274
|
}
|
|
2080
2275
|
}
|
|
2081
2276
|
@media (min-width: 40rem) {
|
|
@@ -2105,7 +2300,16 @@
|
|
|
2105
2300
|
}
|
|
2106
2301
|
@media (min-width: 48rem) {
|
|
2107
2302
|
.IncodePageContainer .IncodePageInner {
|
|
2108
|
-
height:
|
|
2303
|
+
max-height: var(--incode-page-max-h);
|
|
2304
|
+
max-width: var(--incode-page-max-w);
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
@media not all and (min-width: 80rem) {
|
|
2308
|
+
@media (orientation: landscape) {
|
|
2309
|
+
.IncodePageContainer .IncodePageInner {
|
|
2310
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2109
2313
|
}
|
|
2110
2314
|
}
|
|
2111
2315
|
@media (min-width: 40rem) {
|
|
@@ -2135,7 +2339,16 @@
|
|
|
2135
2339
|
}
|
|
2136
2340
|
@media (min-width: 48rem) {
|
|
2137
2341
|
.IncodePageContainer .IncodePageInner {
|
|
2138
|
-
height:
|
|
2342
|
+
max-height: var(--incode-page-max-h);
|
|
2343
|
+
max-width: var(--incode-page-max-w);
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
@media not all and (min-width: 80rem) {
|
|
2347
|
+
@media (orientation: landscape) {
|
|
2348
|
+
.IncodePageContainer .IncodePageInner {
|
|
2349
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2139
2352
|
}
|
|
2140
2353
|
}
|
|
2141
2354
|
@media (min-width: 40rem) {
|
|
@@ -2165,7 +2378,16 @@
|
|
|
2165
2378
|
}
|
|
2166
2379
|
@media (min-width: 48rem) {
|
|
2167
2380
|
.IncodePageContainer .IncodePageInner {
|
|
2168
|
-
height:
|
|
2381
|
+
max-height: var(--incode-page-max-h);
|
|
2382
|
+
max-width: var(--incode-page-max-w);
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
@media not all and (min-width: 80rem) {
|
|
2386
|
+
@media (orientation: landscape) {
|
|
2387
|
+
.IncodePageContainer .IncodePageInner {
|
|
2388
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2169
2391
|
}
|
|
2170
2392
|
}
|
|
2171
2393
|
@media (min-width: 40rem) {
|
|
@@ -2195,7 +2417,16 @@
|
|
|
2195
2417
|
}
|
|
2196
2418
|
@media (min-width: 48rem) {
|
|
2197
2419
|
.IncodePageContainer .IncodePageInner {
|
|
2198
|
-
height:
|
|
2420
|
+
max-height: var(--incode-page-max-h);
|
|
2421
|
+
max-width: var(--incode-page-max-w);
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
@media not all and (min-width: 80rem) {
|
|
2425
|
+
@media (orientation: landscape) {
|
|
2426
|
+
.IncodePageContainer .IncodePageInner {
|
|
2427
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2199
2430
|
}
|
|
2200
2431
|
}
|
|
2201
2432
|
@media (min-width: 40rem) {
|
|
@@ -2225,7 +2456,16 @@
|
|
|
2225
2456
|
}
|
|
2226
2457
|
@media (min-width: 48rem) {
|
|
2227
2458
|
.IncodePageContainer .IncodePageInner {
|
|
2228
|
-
height:
|
|
2459
|
+
max-height: var(--incode-page-max-h);
|
|
2460
|
+
max-width: var(--incode-page-max-w);
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
@media not all and (min-width: 80rem) {
|
|
2464
|
+
@media (orientation: landscape) {
|
|
2465
|
+
.IncodePageContainer .IncodePageInner {
|
|
2466
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2229
2469
|
}
|
|
2230
2470
|
}
|
|
2231
2471
|
@media (min-width: 40rem) {
|
|
@@ -2255,7 +2495,16 @@
|
|
|
2255
2495
|
}
|
|
2256
2496
|
@media (min-width: 48rem) {
|
|
2257
2497
|
.IncodePageContainer .IncodePageInner {
|
|
2258
|
-
height:
|
|
2498
|
+
max-height: var(--incode-page-max-h);
|
|
2499
|
+
max-width: var(--incode-page-max-w);
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
@media not all and (min-width: 80rem) {
|
|
2503
|
+
@media (orientation: landscape) {
|
|
2504
|
+
.IncodePageContainer .IncodePageInner {
|
|
2505
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2259
2508
|
}
|
|
2260
2509
|
}
|
|
2261
2510
|
@media (min-width: 40rem) {
|
|
@@ -2285,7 +2534,16 @@
|
|
|
2285
2534
|
}
|
|
2286
2535
|
@media (min-width: 48rem) {
|
|
2287
2536
|
.IncodePageContainer .IncodePageInner {
|
|
2288
|
-
height:
|
|
2537
|
+
max-height: var(--incode-page-max-h);
|
|
2538
|
+
max-width: var(--incode-page-max-w);
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
@media not all and (min-width: 80rem) {
|
|
2542
|
+
@media (orientation: landscape) {
|
|
2543
|
+
.IncodePageContainer .IncodePageInner {
|
|
2544
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2545
|
+
}
|
|
2546
|
+
}
|
|
2289
2547
|
}
|
|
2290
2548
|
}
|
|
2291
2549
|
@media (min-width: 40rem) {
|
|
@@ -2315,7 +2573,16 @@
|
|
|
2315
2573
|
}
|
|
2316
2574
|
@media (min-width: 48rem) {
|
|
2317
2575
|
.IncodePageContainer .IncodePageInner {
|
|
2318
|
-
height:
|
|
2576
|
+
max-height: var(--incode-page-max-h);
|
|
2577
|
+
max-width: var(--incode-page-max-w);
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
@media not all and (min-width: 80rem) {
|
|
2581
|
+
@media (orientation: landscape) {
|
|
2582
|
+
.IncodePageContainer .IncodePageInner {
|
|
2583
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2584
|
+
}
|
|
2585
|
+
}
|
|
2319
2586
|
}
|
|
2320
2587
|
}
|
|
2321
2588
|
@media (min-width: 40rem) {
|
|
@@ -2345,7 +2612,16 @@
|
|
|
2345
2612
|
}
|
|
2346
2613
|
@media (min-width: 48rem) {
|
|
2347
2614
|
.IncodePageContainer .IncodePageInner {
|
|
2348
|
-
height:
|
|
2615
|
+
max-height: var(--incode-page-max-h);
|
|
2616
|
+
max-width: var(--incode-page-max-w);
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
@media not all and (min-width: 80rem) {
|
|
2620
|
+
@media (orientation: landscape) {
|
|
2621
|
+
.IncodePageContainer .IncodePageInner {
|
|
2622
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2349
2625
|
}
|
|
2350
2626
|
}
|
|
2351
2627
|
@media (min-width: 40rem) {
|
|
@@ -2375,7 +2651,16 @@
|
|
|
2375
2651
|
}
|
|
2376
2652
|
@media (min-width: 48rem) {
|
|
2377
2653
|
.IncodePageContainer .IncodePageInner {
|
|
2378
|
-
height:
|
|
2654
|
+
max-height: var(--incode-page-max-h);
|
|
2655
|
+
max-width: var(--incode-page-max-w);
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
@media not all and (min-width: 80rem) {
|
|
2659
|
+
@media (orientation: landscape) {
|
|
2660
|
+
.IncodePageContainer .IncodePageInner {
|
|
2661
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2379
2664
|
}
|
|
2380
2665
|
}
|
|
2381
2666
|
@media (min-width: 40rem) {
|
|
@@ -2405,7 +2690,16 @@
|
|
|
2405
2690
|
}
|
|
2406
2691
|
@media (min-width: 48rem) {
|
|
2407
2692
|
.IncodePageContainer .IncodePageInner {
|
|
2408
|
-
height:
|
|
2693
|
+
max-height: var(--incode-page-max-h);
|
|
2694
|
+
max-width: var(--incode-page-max-w);
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
@media not all and (min-width: 80rem) {
|
|
2698
|
+
@media (orientation: landscape) {
|
|
2699
|
+
.IncodePageContainer .IncodePageInner {
|
|
2700
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2409
2703
|
}
|
|
2410
2704
|
}
|
|
2411
2705
|
@media (min-width: 40rem) {
|
|
@@ -2435,7 +2729,16 @@
|
|
|
2435
2729
|
}
|
|
2436
2730
|
@media (min-width: 48rem) {
|
|
2437
2731
|
.IncodePageContainer .IncodePageInner {
|
|
2438
|
-
height:
|
|
2732
|
+
max-height: var(--incode-page-max-h);
|
|
2733
|
+
max-width: var(--incode-page-max-w);
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2736
|
+
@media not all and (min-width: 80rem) {
|
|
2737
|
+
@media (orientation: landscape) {
|
|
2738
|
+
.IncodePageContainer .IncodePageInner {
|
|
2739
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2439
2742
|
}
|
|
2440
2743
|
}
|
|
2441
2744
|
@media (min-width: 40rem) {
|
|
@@ -2465,7 +2768,16 @@
|
|
|
2465
2768
|
}
|
|
2466
2769
|
@media (min-width: 48rem) {
|
|
2467
2770
|
.IncodePageContainer .IncodePageInner {
|
|
2468
|
-
height:
|
|
2771
|
+
max-height: var(--incode-page-max-h);
|
|
2772
|
+
max-width: var(--incode-page-max-w);
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
@media not all and (min-width: 80rem) {
|
|
2776
|
+
@media (orientation: landscape) {
|
|
2777
|
+
.IncodePageContainer .IncodePageInner {
|
|
2778
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2779
|
+
}
|
|
2780
|
+
}
|
|
2469
2781
|
}
|
|
2470
2782
|
}
|
|
2471
2783
|
@media (min-width: 40rem) {
|
|
@@ -2495,7 +2807,16 @@
|
|
|
2495
2807
|
}
|
|
2496
2808
|
@media (min-width: 48rem) {
|
|
2497
2809
|
.IncodePageContainer .IncodePageInner {
|
|
2498
|
-
height:
|
|
2810
|
+
max-height: var(--incode-page-max-h);
|
|
2811
|
+
max-width: var(--incode-page-max-w);
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2814
|
+
@media not all and (min-width: 80rem) {
|
|
2815
|
+
@media (orientation: landscape) {
|
|
2816
|
+
.IncodePageContainer .IncodePageInner {
|
|
2817
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2818
|
+
}
|
|
2819
|
+
}
|
|
2499
2820
|
}
|
|
2500
2821
|
}
|
|
2501
2822
|
@media (min-width: 40rem) {
|
|
@@ -2525,7 +2846,16 @@
|
|
|
2525
2846
|
}
|
|
2526
2847
|
@media (min-width: 48rem) {
|
|
2527
2848
|
.IncodePageContainer .IncodePageInner {
|
|
2528
|
-
height:
|
|
2849
|
+
max-height: var(--incode-page-max-h);
|
|
2850
|
+
max-width: var(--incode-page-max-w);
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
@media not all and (min-width: 80rem) {
|
|
2854
|
+
@media (orientation: landscape) {
|
|
2855
|
+
.IncodePageContainer .IncodePageInner {
|
|
2856
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2529
2859
|
}
|
|
2530
2860
|
}
|
|
2531
2861
|
@media (min-width: 40rem) {
|
|
@@ -2555,7 +2885,16 @@
|
|
|
2555
2885
|
}
|
|
2556
2886
|
@media (min-width: 48rem) {
|
|
2557
2887
|
.IncodePageContainer .IncodePageInner {
|
|
2558
|
-
height:
|
|
2888
|
+
max-height: var(--incode-page-max-h);
|
|
2889
|
+
max-width: var(--incode-page-max-w);
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2892
|
+
@media not all and (min-width: 80rem) {
|
|
2893
|
+
@media (orientation: landscape) {
|
|
2894
|
+
.IncodePageContainer .IncodePageInner {
|
|
2895
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2896
|
+
}
|
|
2897
|
+
}
|
|
2559
2898
|
}
|
|
2560
2899
|
}
|
|
2561
2900
|
@media (min-width: 40rem) {
|
|
@@ -2585,7 +2924,16 @@
|
|
|
2585
2924
|
}
|
|
2586
2925
|
@media (min-width: 48rem) {
|
|
2587
2926
|
.IncodePageContainer .IncodePageInner {
|
|
2588
|
-
height:
|
|
2927
|
+
max-height: var(--incode-page-max-h);
|
|
2928
|
+
max-width: var(--incode-page-max-w);
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
@media not all and (min-width: 80rem) {
|
|
2932
|
+
@media (orientation: landscape) {
|
|
2933
|
+
.IncodePageContainer .IncodePageInner {
|
|
2934
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2589
2937
|
}
|
|
2590
2938
|
}
|
|
2591
2939
|
@media (min-width: 40rem) {
|
|
@@ -2615,7 +2963,16 @@
|
|
|
2615
2963
|
}
|
|
2616
2964
|
@media (min-width: 48rem) {
|
|
2617
2965
|
.IncodePageContainer .IncodePageInner {
|
|
2618
|
-
height:
|
|
2966
|
+
max-height: var(--incode-page-max-h);
|
|
2967
|
+
max-width: var(--incode-page-max-w);
|
|
2968
|
+
}
|
|
2969
|
+
|
|
2970
|
+
@media not all and (min-width: 80rem) {
|
|
2971
|
+
@media (orientation: landscape) {
|
|
2972
|
+
.IncodePageContainer .IncodePageInner {
|
|
2973
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2619
2976
|
}
|
|
2620
2977
|
}
|
|
2621
2978
|
@media (min-width: 40rem) {
|
|
@@ -2645,7 +3002,16 @@
|
|
|
2645
3002
|
}
|
|
2646
3003
|
@media (min-width: 48rem) {
|
|
2647
3004
|
.IncodePageContainer .IncodePageInner {
|
|
2648
|
-
height:
|
|
3005
|
+
max-height: var(--incode-page-max-h);
|
|
3006
|
+
max-width: var(--incode-page-max-w);
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
@media not all and (min-width: 80rem) {
|
|
3010
|
+
@media (orientation: landscape) {
|
|
3011
|
+
.IncodePageContainer .IncodePageInner {
|
|
3012
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
2649
3015
|
}
|
|
2650
3016
|
}
|
|
2651
3017
|
.IncodePageContainer .IncodePageInner {
|
|
@@ -2682,23 +3048,38 @@
|
|
|
2682
3048
|
}
|
|
2683
3049
|
@media (min-width: 48rem) {
|
|
2684
3050
|
.IncodePageContainer .IncodePageInner {
|
|
2685
|
-
height:
|
|
3051
|
+
max-height: var(--incode-page-max-h);
|
|
3052
|
+
max-width: var(--incode-page-max-w);
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
@media not all and (min-width: 80rem) {
|
|
3056
|
+
@media (orientation: landscape) {
|
|
3057
|
+
.IncodePageContainer .IncodePageInner {
|
|
3058
|
+
max-height: var(--incode-page-max-h-landscape);
|
|
3059
|
+
}
|
|
3060
|
+
}
|
|
2686
3061
|
}
|
|
2687
3062
|
}
|
|
2688
3063
|
.IncodePageContainer .IncodePageInner {
|
|
2689
3064
|
padding-inline: var(--spacing-24, var(--spacing-24, 24px));
|
|
2690
3065
|
padding-top: var(--spacing-8, var(--spacing-8, 8px));
|
|
2691
|
-
padding-bottom: var(--spacing-
|
|
3066
|
+
padding-bottom: var(--spacing-16, var(--spacing-16, 16px));
|
|
2692
3067
|
flex-direction: column;
|
|
2693
3068
|
flex: 1;
|
|
2694
3069
|
display: flex;
|
|
2695
3070
|
overflow-y: auto;
|
|
2696
3071
|
}
|
|
3072
|
+
@media (min-width: 48rem) {
|
|
3073
|
+
.IncodePageContainer .IncodePageInner {
|
|
3074
|
+
padding-inline: var(--spacing-48, var(--spacing-48, 48px));
|
|
3075
|
+
padding-block: var(--spacing-40, var(--spacing-40, 40px));
|
|
3076
|
+
}
|
|
3077
|
+
}
|
|
2697
3078
|
.IncodePageContainer .IncodePageHeader {
|
|
2698
3079
|
width: 100%;
|
|
2699
|
-
height: 44px;
|
|
2700
|
-
min-height: 44px;
|
|
2701
3080
|
padding-inline: var(--spacing-8, var(--spacing-8, 8px));
|
|
3081
|
+
height: var(--page-header-height);
|
|
3082
|
+
min-height: var(--page-header-height);
|
|
2702
3083
|
flex-direction: column;
|
|
2703
3084
|
justify-content: center;
|
|
2704
3085
|
align-items: center;
|
|
@@ -2747,12 +3128,6 @@
|
|
|
2747
3128
|
.IncodePageContainer .IncodePageFooterInner {
|
|
2748
3129
|
max-height: var(--spacing-40, var(--spacing-40, 40px));
|
|
2749
3130
|
}
|
|
2750
|
-
@media screen and (min-height: 1080px) {
|
|
2751
|
-
.IncodePageContainer {
|
|
2752
|
-
height: auto;
|
|
2753
|
-
max-height: 840px;
|
|
2754
|
-
}
|
|
2755
|
-
}
|
|
2756
3131
|
.IncodeFillWithPrimary {
|
|
2757
3132
|
fill: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
2758
3133
|
}
|