@7shifts/sous-chef 3.76.0-beta.0 → 3.76.0-beta.10
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/index.css +279 -208
- package/dist/index.css.map +1 -1
- package/dist/index.js +562 -509
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +720 -669
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/PageLayout/PageLayout.d.ts +2 -1
- package/dist/layout/PageLayout/types.d.ts +3 -3
- package/dist/layout/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1697,199 +1697,113 @@ h5._6SgoN {
|
|
|
1697
1697
|
._LRq4j {
|
|
1698
1698
|
max-width: 1000px;
|
|
1699
1699
|
}
|
|
1700
|
-
.
|
|
1701
|
-
font-family: var(--font-family-body);
|
|
1702
|
-
font-size: var(--font-size-200);
|
|
1703
|
-
line-height: var(--font-line-height-200);
|
|
1704
|
-
font-weight: var(--p-font-weight-normal);
|
|
1705
|
-
color: var(--color-white);
|
|
1706
|
-
padding: 16px;
|
|
1707
|
-
text-align: center;
|
|
1708
|
-
}
|
|
1709
|
-
._zt-xK {
|
|
1710
|
-
background-color: var(--color-blueberry-400);
|
|
1711
|
-
}
|
|
1712
|
-
._rmUys {
|
|
1713
|
-
background-color: var(--color-radish-400);
|
|
1714
|
-
}
|
|
1715
|
-
._UGrRR {
|
|
1716
|
-
background-color: var(--color-eggplant-400);
|
|
1717
|
-
}
|
|
1718
|
-
._UI0Fo {
|
|
1719
|
-
position: relative;
|
|
1720
|
-
width: 48px;
|
|
1721
|
-
height: 48px;
|
|
1722
|
-
}
|
|
1723
|
-
._6PNwZ {
|
|
1724
|
-
font-family: var(--font-family-body);
|
|
1725
|
-
font-size: var(--font-size-100);
|
|
1726
|
-
line-height: var(--font-line-height-100);
|
|
1727
|
-
font-weight: var(--p-font-weight-normal);
|
|
1728
|
-
top: 50%;
|
|
1729
|
-
left: 50%;
|
|
1730
|
-
width: 100%;
|
|
1731
|
-
text-align: center;
|
|
1732
|
-
position: absolute;
|
|
1733
|
-
transform: translate(-50%, -50%);
|
|
1734
|
-
color: var(--color-grey-500);
|
|
1735
|
-
}
|
|
1736
|
-
._alBLB {
|
|
1737
|
-
stroke: var(--color-grey-100);
|
|
1738
|
-
fill: transparent;
|
|
1739
|
-
}
|
|
1740
|
-
._VADa6 {
|
|
1741
|
-
stroke: var(--color-mint-400);
|
|
1742
|
-
fill: transparent;
|
|
1743
|
-
}
|
|
1744
|
-
._fWvQF {
|
|
1745
|
-
background-color: var(--color-grey-100);
|
|
1746
|
-
height: 12px;
|
|
1747
|
-
width: 100%;
|
|
1748
|
-
border-radius: 8px;
|
|
1749
|
-
}
|
|
1750
|
-
._vd0xc {
|
|
1751
|
-
background-color: var(--color-tangerine-400);
|
|
1752
|
-
height: 100%;
|
|
1753
|
-
border-radius: 8px;
|
|
1754
|
-
}
|
|
1755
|
-
._8kdeO {
|
|
1700
|
+
._Scw7- {
|
|
1756
1701
|
display: flex;
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
._oDnLM {
|
|
1760
|
-
background: var(--color-grey-100);
|
|
1761
|
-
width: 100%;
|
|
1762
|
-
height: 13px;
|
|
1763
|
-
border-radius: 8px;
|
|
1764
|
-
overflow: hidden;
|
|
1765
|
-
position: relative;
|
|
1702
|
+
padding: 0 20px;
|
|
1703
|
+
padding-top: 40px;
|
|
1766
1704
|
}
|
|
1767
|
-
.
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
animation-name: _McmEv;
|
|
1775
|
-
animation-delay: 3.5s;
|
|
1776
|
-
animation-duration: 1.6s;
|
|
1777
|
-
animation-iteration-count: infinite;
|
|
1778
|
-
background: linear-gradient(90deg, rgba(var(--color-white-rgb), 0) 0, rgba(var(--color-white-rgb), 0.2) 20%, rgba(var(--color-white-rgb), 0.5) 60%, rgba(var(--color-white-rgb), 0));
|
|
1779
|
-
content: "";
|
|
1705
|
+
._v--DF {
|
|
1706
|
+
display: block;
|
|
1707
|
+
flex-shrink: 0;
|
|
1708
|
+
flex-grow: 0;
|
|
1709
|
+
padding: 0;
|
|
1710
|
+
margin-right: 20px;
|
|
1711
|
+
width: 250px;
|
|
1780
1712
|
}
|
|
1781
|
-
@
|
|
1782
|
-
|
|
1783
|
-
|
|
1713
|
+
@media (max-width: 1200px) {
|
|
1714
|
+
._v--DF {
|
|
1715
|
+
width: 190px;
|
|
1784
1716
|
}
|
|
1785
1717
|
}
|
|
1786
|
-
.
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
border-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
min-width: 64px;
|
|
1795
|
-
width: 64px;
|
|
1796
|
-
border-radius: 25px;
|
|
1797
|
-
}
|
|
1798
|
-
._3vEYT {
|
|
1799
|
-
width: 30px;
|
|
1800
|
-
height: 30px;
|
|
1801
|
-
border-radius: 50%;
|
|
1802
|
-
}
|
|
1803
|
-
._zneq9 {
|
|
1804
|
-
width: 20px;
|
|
1805
|
-
height: 20px;
|
|
1806
|
-
border-radius: 50%;
|
|
1807
|
-
}
|
|
1808
|
-
._TtfoO {
|
|
1809
|
-
width: 30px;
|
|
1810
|
-
height: 30px;
|
|
1811
|
-
border-radius: 50%;
|
|
1812
|
-
}
|
|
1813
|
-
._jhOqR {
|
|
1814
|
-
width: 40px;
|
|
1815
|
-
height: 40px;
|
|
1816
|
-
border-radius: 50%;
|
|
1817
|
-
}
|
|
1818
|
-
._VgGfx {
|
|
1819
|
-
width: 80px;
|
|
1820
|
-
height: 80px;
|
|
1821
|
-
border-radius: 50%;
|
|
1718
|
+
._dJeZe {
|
|
1719
|
+
list-style: none;
|
|
1720
|
+
padding: 0;
|
|
1721
|
+
padding-right: 32px;
|
|
1722
|
+
border-right: 1px solid var(--color-grey-200);
|
|
1723
|
+
display: inline-block;
|
|
1724
|
+
width: 100%;
|
|
1725
|
+
box-sizing: border-box;
|
|
1822
1726
|
}
|
|
1823
|
-
.
|
|
1824
|
-
|
|
1727
|
+
._hHi70 {
|
|
1728
|
+
display: block;
|
|
1729
|
+
flex-grow: 2;
|
|
1730
|
+
padding: 0 4px;
|
|
1731
|
+
margin: 0px auto 0;
|
|
1825
1732
|
}
|
|
1826
|
-
.
|
|
1827
|
-
|
|
1828
|
-
that do support :focus-visible */
|
|
1829
|
-
outline: none;
|
|
1733
|
+
._vTMjp {
|
|
1734
|
+
padding: 5px;
|
|
1830
1735
|
}
|
|
1831
|
-
.
|
|
1736
|
+
._SebbU {
|
|
1737
|
+
width: 100%;
|
|
1738
|
+
margin-bottom: 4px;
|
|
1832
1739
|
cursor: pointer;
|
|
1833
1740
|
}
|
|
1834
|
-
.
|
|
1835
|
-
|
|
1836
|
-
}
|
|
1837
|
-
._qDTAh td {
|
|
1838
|
-
background-color: var(--color-blackberry-100);
|
|
1741
|
+
._SebbU:first-of-type {
|
|
1742
|
+
margin-top: 12px;
|
|
1839
1743
|
}
|
|
1840
|
-
.
|
|
1841
|
-
|
|
1842
|
-
|
|
1744
|
+
._SebbU a {
|
|
1745
|
+
line-height: 16px;
|
|
1746
|
+
text-decoration: none;
|
|
1747
|
+
color: var(--color-grey-500);
|
|
1748
|
+
padding: 12px 20px;
|
|
1843
1749
|
display: flex;
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
-
|
|
1852
|
-
hyphens: auto;
|
|
1853
|
-
background: var(--color-white);
|
|
1854
|
-
}
|
|
1855
|
-
._cp8xi:first-of-type {
|
|
1856
|
-
border-left: 1px solid var(--color-grey-200);
|
|
1857
|
-
}
|
|
1858
|
-
._cp8xi:last-of-type {
|
|
1859
|
-
border-right: 1px solid var(--color-grey-200);
|
|
1860
|
-
}
|
|
1861
|
-
._gqbNb {
|
|
1862
|
-
padding: 0;
|
|
1750
|
+
align-items: center;
|
|
1751
|
+
justify-content: space-between;
|
|
1752
|
+
font-weight: normal;
|
|
1753
|
+
border-radius: 0 4px 4px 0;
|
|
1754
|
+
transition: background-color 0.05s ease;
|
|
1755
|
+
gap: 8px;
|
|
1756
|
+
flex-wrap: wrap;
|
|
1757
|
+
border-left: 2px solid transparent;
|
|
1863
1758
|
}
|
|
1864
|
-
.
|
|
1865
|
-
|
|
1759
|
+
._SebbU a:hover {
|
|
1760
|
+
background: var(--color-oat-100);
|
|
1761
|
+
color: var(--color-grey-600);
|
|
1762
|
+
border-left: 2px solid var(--color-grey-200);
|
|
1866
1763
|
}
|
|
1867
|
-
.
|
|
1868
|
-
background: var(--color-
|
|
1869
|
-
color: var(--color-
|
|
1764
|
+
._SebbU a._CDEVl {
|
|
1765
|
+
background: var(--color-oat-100);
|
|
1766
|
+
color: var(--color-grey-600);
|
|
1767
|
+
border-left: 2px solid var(--color-grey-200);
|
|
1768
|
+
cursor: default;
|
|
1769
|
+
font-weight: bold;
|
|
1870
1770
|
}
|
|
1871
|
-
.
|
|
1872
|
-
|
|
1873
|
-
|
|
1771
|
+
._RXV4h {
|
|
1772
|
+
font-family: var(--font-family-body);
|
|
1773
|
+
font-size: var(--font-size-100);
|
|
1774
|
+
line-height: var(--font-line-height-100);
|
|
1775
|
+
font-weight: var(--p-font-weight-normal);
|
|
1776
|
+
display: inline-flex;
|
|
1777
|
+
background-color: var(--color-tangerine-400);
|
|
1778
|
+
height: 20px;
|
|
1779
|
+
min-width: 20px;
|
|
1780
|
+
color: var(--color-white);
|
|
1781
|
+
text-align: center;
|
|
1782
|
+
border-radius: 20px;
|
|
1783
|
+
box-sizing: border-box;
|
|
1784
|
+
padding: 0 6px;
|
|
1874
1785
|
align-items: center;
|
|
1786
|
+
justify-content: center;
|
|
1787
|
+
border: 1px solid var(--color-white);
|
|
1875
1788
|
}
|
|
1876
|
-
.
|
|
1877
|
-
|
|
1789
|
+
._RXV4h svg {
|
|
1790
|
+
fill: var(--color-white);
|
|
1878
1791
|
}
|
|
1879
|
-
.
|
|
1880
|
-
|
|
1792
|
+
._2An1I {
|
|
1793
|
+
background-color: var(--color-banana-400);
|
|
1881
1794
|
}
|
|
1882
|
-
._-
|
|
1883
|
-
|
|
1795
|
+
._-Bw8L {
|
|
1796
|
+
background-color: var(--color-radish-400);
|
|
1884
1797
|
}
|
|
1885
|
-
.
|
|
1886
|
-
|
|
1798
|
+
._RxlMz {
|
|
1799
|
+
background-color: var(--color-mint-400);
|
|
1887
1800
|
}
|
|
1888
|
-
.
|
|
1889
|
-
|
|
1801
|
+
._dzCH- {
|
|
1802
|
+
background-color: var(--color-blueberry-400);
|
|
1890
1803
|
}
|
|
1891
|
-
.
|
|
1892
|
-
|
|
1804
|
+
._Ix9tP {
|
|
1805
|
+
font-variant-numeric: tabular-nums;
|
|
1806
|
+
padding: 0 5px;
|
|
1893
1807
|
}
|
|
1894
1808
|
._0yTe8 {
|
|
1895
1809
|
position: fixed;
|
|
@@ -2331,6 +2245,200 @@ input:disabled + ._kmvBP::after {
|
|
|
2331
2245
|
top: 10px;
|
|
2332
2246
|
right: 10px;
|
|
2333
2247
|
}
|
|
2248
|
+
._FsCJQ {
|
|
2249
|
+
font-family: var(--font-family-body);
|
|
2250
|
+
font-size: var(--font-size-200);
|
|
2251
|
+
line-height: var(--font-line-height-200);
|
|
2252
|
+
font-weight: var(--p-font-weight-normal);
|
|
2253
|
+
color: var(--color-white);
|
|
2254
|
+
padding: 16px;
|
|
2255
|
+
text-align: center;
|
|
2256
|
+
}
|
|
2257
|
+
._zt-xK {
|
|
2258
|
+
background-color: var(--color-blueberry-400);
|
|
2259
|
+
}
|
|
2260
|
+
._rmUys {
|
|
2261
|
+
background-color: var(--color-radish-400);
|
|
2262
|
+
}
|
|
2263
|
+
._UGrRR {
|
|
2264
|
+
background-color: var(--color-eggplant-400);
|
|
2265
|
+
}
|
|
2266
|
+
._UI0Fo {
|
|
2267
|
+
position: relative;
|
|
2268
|
+
width: 48px;
|
|
2269
|
+
height: 48px;
|
|
2270
|
+
}
|
|
2271
|
+
._6PNwZ {
|
|
2272
|
+
font-family: var(--font-family-body);
|
|
2273
|
+
font-size: var(--font-size-100);
|
|
2274
|
+
line-height: var(--font-line-height-100);
|
|
2275
|
+
font-weight: var(--p-font-weight-normal);
|
|
2276
|
+
top: 50%;
|
|
2277
|
+
left: 50%;
|
|
2278
|
+
width: 100%;
|
|
2279
|
+
text-align: center;
|
|
2280
|
+
position: absolute;
|
|
2281
|
+
transform: translate(-50%, -50%);
|
|
2282
|
+
color: var(--color-grey-500);
|
|
2283
|
+
}
|
|
2284
|
+
._alBLB {
|
|
2285
|
+
stroke: var(--color-grey-100);
|
|
2286
|
+
fill: transparent;
|
|
2287
|
+
}
|
|
2288
|
+
._VADa6 {
|
|
2289
|
+
stroke: var(--color-mint-400);
|
|
2290
|
+
fill: transparent;
|
|
2291
|
+
}
|
|
2292
|
+
._fWvQF {
|
|
2293
|
+
background-color: var(--color-grey-100);
|
|
2294
|
+
height: 12px;
|
|
2295
|
+
width: 100%;
|
|
2296
|
+
border-radius: 8px;
|
|
2297
|
+
}
|
|
2298
|
+
._vd0xc {
|
|
2299
|
+
background-color: var(--color-tangerine-400);
|
|
2300
|
+
height: 100%;
|
|
2301
|
+
border-radius: 8px;
|
|
2302
|
+
}
|
|
2303
|
+
._8kdeO {
|
|
2304
|
+
display: flex;
|
|
2305
|
+
justify-content: space-around;
|
|
2306
|
+
}
|
|
2307
|
+
._oDnLM {
|
|
2308
|
+
background: var(--color-grey-100);
|
|
2309
|
+
width: 100%;
|
|
2310
|
+
height: 13px;
|
|
2311
|
+
border-radius: 8px;
|
|
2312
|
+
overflow: hidden;
|
|
2313
|
+
position: relative;
|
|
2314
|
+
}
|
|
2315
|
+
._oDnLM::after {
|
|
2316
|
+
position: absolute;
|
|
2317
|
+
top: 0;
|
|
2318
|
+
right: 0;
|
|
2319
|
+
bottom: 0;
|
|
2320
|
+
left: 0;
|
|
2321
|
+
transform: translateX(-100%);
|
|
2322
|
+
animation-name: _McmEv;
|
|
2323
|
+
animation-delay: 3.5s;
|
|
2324
|
+
animation-duration: 1.6s;
|
|
2325
|
+
animation-iteration-count: infinite;
|
|
2326
|
+
background: linear-gradient(90deg, rgba(var(--color-white-rgb), 0) 0, rgba(var(--color-white-rgb), 0.2) 20%, rgba(var(--color-white-rgb), 0.5) 60%, rgba(var(--color-white-rgb), 0));
|
|
2327
|
+
content: "";
|
|
2328
|
+
}
|
|
2329
|
+
@keyframes _McmEv {
|
|
2330
|
+
100% {
|
|
2331
|
+
transform: translateX(100%);
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
._jPXx6 {
|
|
2335
|
+
min-height: 38px;
|
|
2336
|
+
min-width: 38px;
|
|
2337
|
+
width: 72px;
|
|
2338
|
+
border-radius: var(--border-radius-400);
|
|
2339
|
+
}
|
|
2340
|
+
._sPHSZ {
|
|
2341
|
+
min-height: 28px;
|
|
2342
|
+
min-width: 64px;
|
|
2343
|
+
width: 64px;
|
|
2344
|
+
border-radius: 25px;
|
|
2345
|
+
}
|
|
2346
|
+
._3vEYT {
|
|
2347
|
+
width: 30px;
|
|
2348
|
+
height: 30px;
|
|
2349
|
+
border-radius: 50%;
|
|
2350
|
+
}
|
|
2351
|
+
._zneq9 {
|
|
2352
|
+
width: 20px;
|
|
2353
|
+
height: 20px;
|
|
2354
|
+
border-radius: 50%;
|
|
2355
|
+
}
|
|
2356
|
+
._TtfoO {
|
|
2357
|
+
width: 30px;
|
|
2358
|
+
height: 30px;
|
|
2359
|
+
border-radius: 50%;
|
|
2360
|
+
}
|
|
2361
|
+
._jhOqR {
|
|
2362
|
+
width: 40px;
|
|
2363
|
+
height: 40px;
|
|
2364
|
+
border-radius: 50%;
|
|
2365
|
+
}
|
|
2366
|
+
._VgGfx {
|
|
2367
|
+
width: 80px;
|
|
2368
|
+
height: 80px;
|
|
2369
|
+
border-radius: 50%;
|
|
2370
|
+
}
|
|
2371
|
+
._hhDnr:first-of-type > td {
|
|
2372
|
+
border-top: 1px solid var(--color-grey-200);
|
|
2373
|
+
}
|
|
2374
|
+
._hhDnr:focus:not(:focus-visible) {
|
|
2375
|
+
/* Remove the focus indicator on mouse-focus for browsers
|
|
2376
|
+
that do support :focus-visible */
|
|
2377
|
+
outline: none;
|
|
2378
|
+
}
|
|
2379
|
+
._ej5Ke {
|
|
2380
|
+
cursor: pointer;
|
|
2381
|
+
}
|
|
2382
|
+
._ej5Ke:not(._qDTAh):hover td {
|
|
2383
|
+
background-color: var(--color-grey-100);
|
|
2384
|
+
}
|
|
2385
|
+
._qDTAh td {
|
|
2386
|
+
background-color: var(--color-blackberry-100);
|
|
2387
|
+
}
|
|
2388
|
+
._ffXgN {
|
|
2389
|
+
white-space: nowrap;
|
|
2390
|
+
width: 100%;
|
|
2391
|
+
display: flex;
|
|
2392
|
+
justify-content: flex-end;
|
|
2393
|
+
}
|
|
2394
|
+
._cp8xi {
|
|
2395
|
+
position: relative;
|
|
2396
|
+
border-bottom: 1px solid var(--color-grey-200);
|
|
2397
|
+
padding: 16px;
|
|
2398
|
+
word-break: break-word;
|
|
2399
|
+
-webkit-hyphens: auto;
|
|
2400
|
+
hyphens: auto;
|
|
2401
|
+
background: var(--color-white);
|
|
2402
|
+
}
|
|
2403
|
+
._cp8xi:first-of-type {
|
|
2404
|
+
border-left: 1px solid var(--color-grey-200);
|
|
2405
|
+
}
|
|
2406
|
+
._cp8xi:last-of-type {
|
|
2407
|
+
border-right: 1px solid var(--color-grey-200);
|
|
2408
|
+
}
|
|
2409
|
+
._gqbNb {
|
|
2410
|
+
padding: 0;
|
|
2411
|
+
}
|
|
2412
|
+
._uHjkg:not(:last-child) {
|
|
2413
|
+
border-right: 1px solid var(--color-grey-200);
|
|
2414
|
+
}
|
|
2415
|
+
._ASOQd {
|
|
2416
|
+
background: var(--color-radish-100);
|
|
2417
|
+
color: var(--color-radish-400);
|
|
2418
|
+
}
|
|
2419
|
+
._HjPNI {
|
|
2420
|
+
height: 100%;
|
|
2421
|
+
display: flex;
|
|
2422
|
+
align-items: center;
|
|
2423
|
+
}
|
|
2424
|
+
._BCVO6 {
|
|
2425
|
+
justify-content: flex-end;
|
|
2426
|
+
}
|
|
2427
|
+
._NqtPS {
|
|
2428
|
+
justify-content: space-between;
|
|
2429
|
+
}
|
|
2430
|
+
._-rWoZ {
|
|
2431
|
+
opacity: 0.5;
|
|
2432
|
+
}
|
|
2433
|
+
._txhua {
|
|
2434
|
+
width: 16px;
|
|
2435
|
+
}
|
|
2436
|
+
._fPzqj {
|
|
2437
|
+
margin-left: 4px;
|
|
2438
|
+
}
|
|
2439
|
+
._L2-l- {
|
|
2440
|
+
margin-right: 4px;
|
|
2441
|
+
}
|
|
2334
2442
|
._jp9-G {
|
|
2335
2443
|
width: 100%;
|
|
2336
2444
|
height: 100%;
|
|
@@ -4782,43 +4890,6 @@ input._TEU6N {
|
|
|
4782
4890
|
._iIsuB {
|
|
4783
4891
|
background-image: url(./flags/zw.svg);
|
|
4784
4892
|
}
|
|
4785
|
-
._RXV4h {
|
|
4786
|
-
font-family: var(--font-family-body);
|
|
4787
|
-
font-size: var(--font-size-100);
|
|
4788
|
-
line-height: var(--font-line-height-100);
|
|
4789
|
-
font-weight: var(--p-font-weight-normal);
|
|
4790
|
-
display: inline-flex;
|
|
4791
|
-
background-color: var(--color-tangerine-400);
|
|
4792
|
-
height: 20px;
|
|
4793
|
-
min-width: 20px;
|
|
4794
|
-
color: var(--color-white);
|
|
4795
|
-
text-align: center;
|
|
4796
|
-
border-radius: 20px;
|
|
4797
|
-
box-sizing: border-box;
|
|
4798
|
-
padding: 0 6px;
|
|
4799
|
-
align-items: center;
|
|
4800
|
-
justify-content: center;
|
|
4801
|
-
border: 1px solid var(--color-white);
|
|
4802
|
-
}
|
|
4803
|
-
._RXV4h svg {
|
|
4804
|
-
fill: var(--color-white);
|
|
4805
|
-
}
|
|
4806
|
-
._2An1I {
|
|
4807
|
-
background-color: var(--color-banana-400);
|
|
4808
|
-
}
|
|
4809
|
-
._-Bw8L {
|
|
4810
|
-
background-color: var(--color-radish-400);
|
|
4811
|
-
}
|
|
4812
|
-
._RxlMz {
|
|
4813
|
-
background-color: var(--color-mint-400);
|
|
4814
|
-
}
|
|
4815
|
-
._dzCH- {
|
|
4816
|
-
background-color: var(--color-blueberry-400);
|
|
4817
|
-
}
|
|
4818
|
-
._Ix9tP {
|
|
4819
|
-
font-variant-numeric: tabular-nums;
|
|
4820
|
-
padding: 0 5px;
|
|
4821
|
-
}
|
|
4822
4893
|
._V1U8v {
|
|
4823
4894
|
display: flex;
|
|
4824
4895
|
justify-content: center;
|