@kompasid/lit-web-components 0.7.4 → 0.7.6
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/demo/index.html +1 -1
- package/dist/src/components/kompasid-grace-period/KompasGracePeriod.d.ts +32 -2
- package/dist/src/components/kompasid-grace-period/KompasGracePeriod.js +110 -4
- package/dist/src/components/kompasid-grace-period/KompasGracePeriod.js.map +1 -1
- package/dist/src/components/kompasid-paywall-body/KompasPaywallBody.js +136 -186
- package/dist/src/components/kompasid-paywall-body/KompasPaywallBody.js.map +1 -1
- package/dist/tailwind/tailwind.js +117 -22
- package/dist/tailwind/tailwind.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/kompasid-grace-period/KompasGracePeriod.ts +74 -3
- package/src/components/kompasid-grace-period/readme.md +21 -7
- package/src/components/kompasid-paywall-body/KompasPaywallBody.ts +186 -188
- package/tailwind/tailwind.css +117 -22
- package/tailwind/tailwind.ts +117 -22
package/tailwind/tailwind.css
CHANGED
|
@@ -590,6 +590,10 @@ video {
|
|
|
590
590
|
top: 0px;
|
|
591
591
|
}
|
|
592
592
|
|
|
593
|
+
.bottom-6 {
|
|
594
|
+
bottom: 1.5rem;
|
|
595
|
+
}
|
|
596
|
+
|
|
593
597
|
.z-0 {
|
|
594
598
|
z-index: 0;
|
|
595
599
|
}
|
|
@@ -653,6 +657,16 @@ video {
|
|
|
653
657
|
margin-bottom: 1.5rem;
|
|
654
658
|
}
|
|
655
659
|
|
|
660
|
+
.my-2 {
|
|
661
|
+
margin-top: 0.5rem;
|
|
662
|
+
margin-bottom: 0.5rem;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.my-3 {
|
|
666
|
+
margin-top: 0.75rem;
|
|
667
|
+
margin-bottom: 0.75rem;
|
|
668
|
+
}
|
|
669
|
+
|
|
656
670
|
.-ml-2 {
|
|
657
671
|
margin-left: -0.5rem;
|
|
658
672
|
}
|
|
@@ -845,10 +859,6 @@ video {
|
|
|
845
859
|
height: 17px;
|
|
846
860
|
}
|
|
847
861
|
|
|
848
|
-
.h-\[49px\] {
|
|
849
|
-
height: 49px;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
862
|
.h-\[68px\] {
|
|
853
863
|
height: 68px;
|
|
854
864
|
}
|
|
@@ -974,6 +984,10 @@ video {
|
|
|
974
984
|
width: 100%;
|
|
975
985
|
}
|
|
976
986
|
|
|
987
|
+
.w-screen {
|
|
988
|
+
width: 100vw;
|
|
989
|
+
}
|
|
990
|
+
|
|
977
991
|
.max-w-7xl {
|
|
978
992
|
max-width: 80rem;
|
|
979
993
|
}
|
|
@@ -994,6 +1008,14 @@ video {
|
|
|
994
1008
|
max-width: 20rem;
|
|
995
1009
|
}
|
|
996
1010
|
|
|
1011
|
+
.max-w-lg {
|
|
1012
|
+
max-width: 32rem;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.max-w-md {
|
|
1016
|
+
max-width: 28rem;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
997
1019
|
.flex-none {
|
|
998
1020
|
flex: none;
|
|
999
1021
|
}
|
|
@@ -1625,10 +1647,6 @@ video {
|
|
|
1625
1647
|
text-align: start;
|
|
1626
1648
|
}
|
|
1627
1649
|
|
|
1628
|
-
.text-end {
|
|
1629
|
-
text-align: end;
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
1650
|
.font-sans {
|
|
1633
1651
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1634
1652
|
}
|
|
@@ -1899,6 +1917,16 @@ video {
|
|
|
1899
1917
|
margin-bottom: auto;
|
|
1900
1918
|
}
|
|
1901
1919
|
|
|
1920
|
+
.md\:my-3 {
|
|
1921
|
+
margin-top: 0.75rem;
|
|
1922
|
+
margin-bottom: 0.75rem;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
.md\:my-10 {
|
|
1926
|
+
margin-top: 2.5rem;
|
|
1927
|
+
margin-bottom: 2.5rem;
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1902
1930
|
.md\:mb-0 {
|
|
1903
1931
|
margin-bottom: 0px;
|
|
1904
1932
|
}
|
|
@@ -1935,6 +1963,22 @@ video {
|
|
|
1935
1963
|
margin-top: 2rem;
|
|
1936
1964
|
}
|
|
1937
1965
|
|
|
1966
|
+
.md\:mt-2 {
|
|
1967
|
+
margin-top: 0.5rem;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
.md\:mt-1 {
|
|
1971
|
+
margin-top: 0.25rem;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
.md\:mt-10 {
|
|
1975
|
+
margin-top: 2.5rem;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.md\:mt-2\.5 {
|
|
1979
|
+
margin-top: 0.625rem;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1938
1982
|
.md\:block {
|
|
1939
1983
|
display: block;
|
|
1940
1984
|
}
|
|
@@ -2016,14 +2060,14 @@ video {
|
|
|
2016
2060
|
width: 580px;
|
|
2017
2061
|
}
|
|
2018
2062
|
|
|
2019
|
-
.md\:w-full {
|
|
2020
|
-
width: 100%;
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
2063
|
.md\:w-auto {
|
|
2024
2064
|
width: auto;
|
|
2025
2065
|
}
|
|
2026
2066
|
|
|
2067
|
+
.md\:w-full {
|
|
2068
|
+
width: 100%;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2027
2071
|
.md\:max-w-\[137px\] {
|
|
2028
2072
|
max-width: 137px;
|
|
2029
2073
|
}
|
|
@@ -2040,6 +2084,10 @@ video {
|
|
|
2040
2084
|
max-width: 24rem;
|
|
2041
2085
|
}
|
|
2042
2086
|
|
|
2087
|
+
.md\:max-w-\[464px\] {
|
|
2088
|
+
max-width: 464px;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2043
2091
|
.md\:grid-cols-1 {
|
|
2044
2092
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
2045
2093
|
}
|
|
@@ -2112,6 +2160,12 @@ video {
|
|
|
2112
2160
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
2113
2161
|
}
|
|
2114
2162
|
|
|
2163
|
+
.md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
2164
|
+
--tw-space-y-reverse: 0;
|
|
2165
|
+
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2166
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2115
2169
|
.md\:self-start {
|
|
2116
2170
|
align-self: flex-start;
|
|
2117
2171
|
}
|
|
@@ -2186,6 +2240,26 @@ video {
|
|
|
2186
2240
|
padding-bottom: 1.5rem;
|
|
2187
2241
|
}
|
|
2188
2242
|
|
|
2243
|
+
.md\:py-3 {
|
|
2244
|
+
padding-top: 0.75rem;
|
|
2245
|
+
padding-bottom: 0.75rem;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
.md\:py-3\.5 {
|
|
2249
|
+
padding-top: 0.875rem;
|
|
2250
|
+
padding-bottom: 0.875rem;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
.md\:py-4 {
|
|
2254
|
+
padding-top: 1rem;
|
|
2255
|
+
padding-bottom: 1rem;
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
.md\:py-10 {
|
|
2259
|
+
padding-top: 2.5rem;
|
|
2260
|
+
padding-bottom: 2.5rem;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2189
2263
|
.md\:pb-4 {
|
|
2190
2264
|
padding-bottom: 1rem;
|
|
2191
2265
|
}
|
|
@@ -2206,6 +2280,22 @@ video {
|
|
|
2206
2280
|
padding-top: 2rem;
|
|
2207
2281
|
}
|
|
2208
2282
|
|
|
2283
|
+
.md\:pt-4 {
|
|
2284
|
+
padding-top: 1rem;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
.md\:pt-2 {
|
|
2288
|
+
padding-top: 0.5rem;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
.md\:pt-5 {
|
|
2292
|
+
padding-top: 1.25rem;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
.md\:pt-6 {
|
|
2296
|
+
padding-top: 1.5rem;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2209
2299
|
.md\:text-left {
|
|
2210
2300
|
text-align: left;
|
|
2211
2301
|
}
|
|
@@ -2283,6 +2373,10 @@ video {
|
|
|
2283
2373
|
margin-top: 0.5rem;
|
|
2284
2374
|
}
|
|
2285
2375
|
|
|
2376
|
+
.lg\:mt-1 {
|
|
2377
|
+
margin-top: 0.25rem;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2286
2380
|
.lg\:block {
|
|
2287
2381
|
display: block;
|
|
2288
2382
|
}
|
|
@@ -2361,26 +2455,21 @@ video {
|
|
|
2361
2455
|
padding-right: 0px;
|
|
2362
2456
|
}
|
|
2363
2457
|
|
|
2364
|
-
.lg\:px-20 {
|
|
2365
|
-
padding-left: 5rem;
|
|
2366
|
-
padding-right: 5rem;
|
|
2367
|
-
}
|
|
2368
|
-
|
|
2369
2458
|
.lg\:px-24 {
|
|
2370
2459
|
padding-left: 6rem;
|
|
2371
2460
|
padding-right: 6rem;
|
|
2372
2461
|
}
|
|
2373
2462
|
|
|
2374
|
-
.lg\:py-10 {
|
|
2375
|
-
padding-top: 2.5rem;
|
|
2376
|
-
padding-bottom: 2.5rem;
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
2463
|
.lg\:px-8 {
|
|
2380
2464
|
padding-left: 2rem;
|
|
2381
2465
|
padding-right: 2rem;
|
|
2382
2466
|
}
|
|
2383
2467
|
|
|
2468
|
+
.lg\:py-10 {
|
|
2469
|
+
padding-top: 2.5rem;
|
|
2470
|
+
padding-bottom: 2.5rem;
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2384
2473
|
.lg\:pb-0 {
|
|
2385
2474
|
padding-bottom: 0px;
|
|
2386
2475
|
}
|
|
@@ -2391,6 +2480,12 @@ video {
|
|
|
2391
2480
|
}
|
|
2392
2481
|
|
|
2393
2482
|
@media (min-width: 1280px) {
|
|
2483
|
+
.xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
2484
|
+
--tw-space-y-reverse: 0;
|
|
2485
|
+
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2486
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2394
2489
|
.xl\:px-0 {
|
|
2395
2490
|
padding-left: 0px;
|
|
2396
2491
|
padding-right: 0px;
|
package/tailwind/tailwind.ts
CHANGED
|
@@ -600,6 +600,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
600
600
|
top: 0px;
|
|
601
601
|
}
|
|
602
602
|
|
|
603
|
+
.bottom-6 {
|
|
604
|
+
bottom: 1.5rem;
|
|
605
|
+
}
|
|
606
|
+
|
|
603
607
|
.z-0 {
|
|
604
608
|
z-index: 0;
|
|
605
609
|
}
|
|
@@ -663,6 +667,16 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
663
667
|
margin-bottom: 1.5rem;
|
|
664
668
|
}
|
|
665
669
|
|
|
670
|
+
.my-2 {
|
|
671
|
+
margin-top: 0.5rem;
|
|
672
|
+
margin-bottom: 0.5rem;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.my-3 {
|
|
676
|
+
margin-top: 0.75rem;
|
|
677
|
+
margin-bottom: 0.75rem;
|
|
678
|
+
}
|
|
679
|
+
|
|
666
680
|
.-ml-2 {
|
|
667
681
|
margin-left: -0.5rem;
|
|
668
682
|
}
|
|
@@ -855,10 +869,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
855
869
|
height: 17px;
|
|
856
870
|
}
|
|
857
871
|
|
|
858
|
-
.h-\\[49px\\] {
|
|
859
|
-
height: 49px;
|
|
860
|
-
}
|
|
861
|
-
|
|
862
872
|
.h-\\[68px\\] {
|
|
863
873
|
height: 68px;
|
|
864
874
|
}
|
|
@@ -984,6 +994,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
984
994
|
width: 100%;
|
|
985
995
|
}
|
|
986
996
|
|
|
997
|
+
.w-screen {
|
|
998
|
+
width: 100vw;
|
|
999
|
+
}
|
|
1000
|
+
|
|
987
1001
|
.max-w-7xl {
|
|
988
1002
|
max-width: 80rem;
|
|
989
1003
|
}
|
|
@@ -1004,6 +1018,14 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1004
1018
|
max-width: 20rem;
|
|
1005
1019
|
}
|
|
1006
1020
|
|
|
1021
|
+
.max-w-lg {
|
|
1022
|
+
max-width: 32rem;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
.max-w-md {
|
|
1026
|
+
max-width: 28rem;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1007
1029
|
.flex-none {
|
|
1008
1030
|
flex: none;
|
|
1009
1031
|
}
|
|
@@ -1639,10 +1661,6 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1639
1661
|
text-align: start;
|
|
1640
1662
|
}
|
|
1641
1663
|
|
|
1642
|
-
.text-end {
|
|
1643
|
-
text-align: end;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
1664
|
.font-sans {
|
|
1647
1665
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
|
|
1648
1666
|
'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
|
|
@@ -1926,6 +1944,16 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1926
1944
|
margin-bottom: auto;
|
|
1927
1945
|
}
|
|
1928
1946
|
|
|
1947
|
+
.md\\:my-3 {
|
|
1948
|
+
margin-top: 0.75rem;
|
|
1949
|
+
margin-bottom: 0.75rem;
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
.md\\:my-10 {
|
|
1953
|
+
margin-top: 2.5rem;
|
|
1954
|
+
margin-bottom: 2.5rem;
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1929
1957
|
.md\\:mb-0 {
|
|
1930
1958
|
margin-bottom: 0px;
|
|
1931
1959
|
}
|
|
@@ -1962,6 +1990,22 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
1962
1990
|
margin-top: 2rem;
|
|
1963
1991
|
}
|
|
1964
1992
|
|
|
1993
|
+
.md\\:mt-2 {
|
|
1994
|
+
margin-top: 0.5rem;
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
.md\\:mt-1 {
|
|
1998
|
+
margin-top: 0.25rem;
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
.md\\:mt-10 {
|
|
2002
|
+
margin-top: 2.5rem;
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
.md\\:mt-2\\.5 {
|
|
2006
|
+
margin-top: 0.625rem;
|
|
2007
|
+
}
|
|
2008
|
+
|
|
1965
2009
|
.md\\:block {
|
|
1966
2010
|
display: block;
|
|
1967
2011
|
}
|
|
@@ -2043,14 +2087,14 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2043
2087
|
width: 580px;
|
|
2044
2088
|
}
|
|
2045
2089
|
|
|
2046
|
-
.md\\:w-full {
|
|
2047
|
-
width: 100%;
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
2090
|
.md\\:w-auto {
|
|
2051
2091
|
width: auto;
|
|
2052
2092
|
}
|
|
2053
2093
|
|
|
2094
|
+
.md\\:w-full {
|
|
2095
|
+
width: 100%;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2054
2098
|
.md\\:max-w-\\[137px\\] {
|
|
2055
2099
|
max-width: 137px;
|
|
2056
2100
|
}
|
|
@@ -2067,6 +2111,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2067
2111
|
max-width: 24rem;
|
|
2068
2112
|
}
|
|
2069
2113
|
|
|
2114
|
+
.md\\:max-w-\\[464px\\] {
|
|
2115
|
+
max-width: 464px;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2070
2118
|
.md\\:grid-cols-1 {
|
|
2071
2119
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
2072
2120
|
}
|
|
@@ -2139,6 +2187,12 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2139
2187
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
2140
2188
|
}
|
|
2141
2189
|
|
|
2190
|
+
.md\\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
2191
|
+
--tw-space-y-reverse: 0;
|
|
2192
|
+
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2193
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2142
2196
|
.md\\:self-start {
|
|
2143
2197
|
align-self: flex-start;
|
|
2144
2198
|
}
|
|
@@ -2213,6 +2267,26 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2213
2267
|
padding-bottom: 1.5rem;
|
|
2214
2268
|
}
|
|
2215
2269
|
|
|
2270
|
+
.md\\:py-3 {
|
|
2271
|
+
padding-top: 0.75rem;
|
|
2272
|
+
padding-bottom: 0.75rem;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
.md\\:py-3\\.5 {
|
|
2276
|
+
padding-top: 0.875rem;
|
|
2277
|
+
padding-bottom: 0.875rem;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.md\\:py-4 {
|
|
2281
|
+
padding-top: 1rem;
|
|
2282
|
+
padding-bottom: 1rem;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
.md\\:py-10 {
|
|
2286
|
+
padding-top: 2.5rem;
|
|
2287
|
+
padding-bottom: 2.5rem;
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2216
2290
|
.md\\:pb-4 {
|
|
2217
2291
|
padding-bottom: 1rem;
|
|
2218
2292
|
}
|
|
@@ -2233,6 +2307,22 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2233
2307
|
padding-top: 2rem;
|
|
2234
2308
|
}
|
|
2235
2309
|
|
|
2310
|
+
.md\\:pt-4 {
|
|
2311
|
+
padding-top: 1rem;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.md\\:pt-2 {
|
|
2315
|
+
padding-top: 0.5rem;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.md\\:pt-5 {
|
|
2319
|
+
padding-top: 1.25rem;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.md\\:pt-6 {
|
|
2323
|
+
padding-top: 1.5rem;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2236
2326
|
.md\\:text-left {
|
|
2237
2327
|
text-align: left;
|
|
2238
2328
|
}
|
|
@@ -2310,6 +2400,10 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2310
2400
|
margin-top: 0.5rem;
|
|
2311
2401
|
}
|
|
2312
2402
|
|
|
2403
|
+
.lg\\:mt-1 {
|
|
2404
|
+
margin-top: 0.25rem;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2313
2407
|
.lg\\:block {
|
|
2314
2408
|
display: block;
|
|
2315
2409
|
}
|
|
@@ -2388,26 +2482,21 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2388
2482
|
padding-right: 0px;
|
|
2389
2483
|
}
|
|
2390
2484
|
|
|
2391
|
-
.lg\\:px-20 {
|
|
2392
|
-
padding-left: 5rem;
|
|
2393
|
-
padding-right: 5rem;
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
2485
|
.lg\\:px-24 {
|
|
2397
2486
|
padding-left: 6rem;
|
|
2398
2487
|
padding-right: 6rem;
|
|
2399
2488
|
}
|
|
2400
2489
|
|
|
2401
|
-
.lg\\:py-10 {
|
|
2402
|
-
padding-top: 2.5rem;
|
|
2403
|
-
padding-bottom: 2.5rem;
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
2490
|
.lg\\:px-8 {
|
|
2407
2491
|
padding-left: 2rem;
|
|
2408
2492
|
padding-right: 2rem;
|
|
2409
2493
|
}
|
|
2410
2494
|
|
|
2495
|
+
.lg\\:py-10 {
|
|
2496
|
+
padding-top: 2.5rem;
|
|
2497
|
+
padding-bottom: 2.5rem;
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2411
2500
|
.lg\\:pb-0 {
|
|
2412
2501
|
padding-bottom: 0px;
|
|
2413
2502
|
}
|
|
@@ -2418,6 +2507,12 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
|
|
|
2418
2507
|
}
|
|
2419
2508
|
|
|
2420
2509
|
@media (min-width: 1280px) {
|
|
2510
|
+
.xl\\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
2511
|
+
--tw-space-y-reverse: 0;
|
|
2512
|
+
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2513
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2421
2516
|
.xl\\:px-0 {
|
|
2422
2517
|
padding-left: 0px;
|
|
2423
2518
|
padding-right: 0px;
|