@ama-pt/agora-design-system 3.5.1 → 3.5.3
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/artifacts/dist/agora-line-CAGTnTRu.mjs +15 -0
- package/artifacts/dist/agora-line-CAGTnTRu.mjs.map +1 -0
- package/artifacts/dist/index.mjs +4121 -4143
- package/artifacts/dist/index.mjs.map +1 -1
- package/artifacts/dist/index.umd.js +2 -2
- package/artifacts/dist/index.umd.js.map +1 -1
- package/artifacts/dist/line-copy-BaJKTDcY.mjs +16 -0
- package/artifacts/dist/line-copy-BaJKTDcY.mjs.map +1 -0
- package/artifacts/dist/solid-copy-DQaYbvus.mjs +9 -0
- package/artifacts/dist/solid-copy-DQaYbvus.mjs.map +1 -0
- package/artifacts/dist/style.css +1 -1
- package/artifacts/dist/tailwind.css +1497 -15
- package/artifacts/dist/types/components/avatar/avatar.d.ts +25 -0
- package/artifacts/dist/types/components/avatar/index.d.ts +1 -1
- package/artifacts/dist/types/components/header/header.d.ts +1 -2
- package/artifacts/dist/types/components/header/index.d.ts +0 -6
- package/artifacts/dist/types/components/header/internals/context/data-context/header-data-context.d.ts +0 -3
- package/artifacts/dist/types/components/header/internals/context/menu-context/menu-type.enum.d.ts +3 -1
- package/artifacts/dist/types/components/header/internals/shared/panel-menu/panel-menu.d.ts +2 -0
- package/artifacts/dist/types/components/icon/assets/line/line-copy.d.ts +4 -0
- package/artifacts/dist/types/components/icon/assets/solid/solid-copy.d.ts +4 -0
- package/artifacts/dist/types/components/panel-switcher/desktop/panel-switcher-desktop.d.ts +2 -1
- package/artifacts/dist/types/components/panel-switcher/helper.d.ts +36 -0
- package/artifacts/dist/types/components/panel-switcher/index.d.ts +1 -1
- package/artifacts/dist/types/components/panel-switcher/mobile/panel-switcher-mobile.d.ts +2 -1
- package/artifacts/dist/types/components/panel-switcher/panel-switcher-container.d.ts +5 -1
- package/artifacts/dist/types/components/panel-switcher/panel-switcher.d.ts +2 -23
- package/package.json +1 -1
- package/artifacts/dist/agora-line-NPWOQuk9.mjs +0 -15
- package/artifacts/dist/agora-line-NPWOQuk9.mjs.map +0 -1
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar-content.d.ts +0 -5
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar-title.d.ts +0 -5
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar.d.ts +0 -5
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/ecosystem-utils.d.ts +0 -5
- package/artifacts/dist/types/components/header/internals/ecosystem-bar/internal-ecosystem-bar.d.ts +0 -3
|
@@ -804,6 +804,10 @@ input[type]::placeholder{
|
|
|
804
804
|
bottom: 0px;
|
|
805
805
|
}
|
|
806
806
|
|
|
807
|
+
.bottom-8{
|
|
808
|
+
bottom: 8px;
|
|
809
|
+
}
|
|
810
|
+
|
|
807
811
|
.left-0{
|
|
808
812
|
left: 0px;
|
|
809
813
|
}
|
|
@@ -1325,10 +1329,6 @@ input[type]::placeholder{
|
|
|
1325
1329
|
width: 50%;
|
|
1326
1330
|
}
|
|
1327
1331
|
|
|
1328
|
-
.w-24{
|
|
1329
|
-
width: 24px;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
1332
|
.w-32{
|
|
1333
1333
|
width: 32px;
|
|
1334
1334
|
}
|
|
@@ -1803,6 +1803,12 @@ input[type]::placeholder{
|
|
|
1803
1803
|
list-style-type: none;
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
|
+
.appearance-none{
|
|
1807
|
+
-webkit-appearance: none;
|
|
1808
|
+
-moz-appearance: none;
|
|
1809
|
+
appearance: none;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1806
1812
|
.grid-flow-row{
|
|
1807
1813
|
grid-auto-flow: row;
|
|
1808
1814
|
}
|
|
@@ -1883,6 +1889,26 @@ input[type]::placeholder{
|
|
|
1883
1889
|
justify-content: space-between;
|
|
1884
1890
|
}
|
|
1885
1891
|
|
|
1892
|
+
.gap-0{
|
|
1893
|
+
gap: 0px;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
.gap-104{
|
|
1897
|
+
gap: 104px;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
.gap-112{
|
|
1901
|
+
gap: 112px;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.gap-120{
|
|
1905
|
+
gap: 120px;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.gap-128{
|
|
1909
|
+
gap: 128px;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1886
1912
|
.gap-16{
|
|
1887
1913
|
gap: 16px;
|
|
1888
1914
|
}
|
|
@@ -1891,22 +1917,50 @@ input[type]::placeholder{
|
|
|
1891
1917
|
gap: 24px;
|
|
1892
1918
|
}
|
|
1893
1919
|
|
|
1920
|
+
.gap-256{
|
|
1921
|
+
gap: 256px;
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1894
1924
|
.gap-32{
|
|
1895
1925
|
gap: 32px;
|
|
1896
1926
|
}
|
|
1897
1927
|
|
|
1928
|
+
.gap-40{
|
|
1929
|
+
gap: 40px;
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1898
1932
|
.gap-48{
|
|
1899
1933
|
gap: 48px;
|
|
1900
1934
|
}
|
|
1901
1935
|
|
|
1936
|
+
.gap-56{
|
|
1937
|
+
gap: 56px;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1902
1940
|
.gap-64{
|
|
1903
1941
|
gap: 64px;
|
|
1904
1942
|
}
|
|
1905
1943
|
|
|
1944
|
+
.gap-72{
|
|
1945
|
+
gap: 72px;
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1906
1948
|
.gap-8{
|
|
1907
1949
|
gap: 8px;
|
|
1908
1950
|
}
|
|
1909
1951
|
|
|
1952
|
+
.gap-80{
|
|
1953
|
+
gap: 80px;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.gap-88{
|
|
1957
|
+
gap: 88px;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
.gap-96{
|
|
1961
|
+
gap: 96px;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1910
1964
|
.gap-\[2px\]{
|
|
1911
1965
|
gap: 2px;
|
|
1912
1966
|
}
|
|
@@ -1919,28 +1973,194 @@ input[type]::placeholder{
|
|
|
1919
1973
|
gap: 8px;
|
|
1920
1974
|
}
|
|
1921
1975
|
|
|
1976
|
+
.gap-full{
|
|
1977
|
+
gap: 100%;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.gap-initial{
|
|
1981
|
+
gap: initial;
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
.gap-x-0{
|
|
1985
|
+
-moz-column-gap: 0px;
|
|
1986
|
+
column-gap: 0px;
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
.gap-x-104{
|
|
1990
|
+
-moz-column-gap: 104px;
|
|
1991
|
+
column-gap: 104px;
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
.gap-x-112{
|
|
1995
|
+
-moz-column-gap: 112px;
|
|
1996
|
+
column-gap: 112px;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.gap-x-120{
|
|
2000
|
+
-moz-column-gap: 120px;
|
|
2001
|
+
column-gap: 120px;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
.gap-x-128{
|
|
2005
|
+
-moz-column-gap: 128px;
|
|
2006
|
+
column-gap: 128px;
|
|
2007
|
+
}
|
|
2008
|
+
|
|
1922
2009
|
.gap-x-16{
|
|
1923
2010
|
-moz-column-gap: 16px;
|
|
1924
2011
|
column-gap: 16px;
|
|
1925
2012
|
}
|
|
1926
2013
|
|
|
2014
|
+
.gap-x-24{
|
|
2015
|
+
-moz-column-gap: 24px;
|
|
2016
|
+
column-gap: 24px;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.gap-x-256{
|
|
2020
|
+
-moz-column-gap: 256px;
|
|
2021
|
+
column-gap: 256px;
|
|
2022
|
+
}
|
|
2023
|
+
|
|
1927
2024
|
.gap-x-32{
|
|
1928
2025
|
-moz-column-gap: 32px;
|
|
1929
2026
|
column-gap: 32px;
|
|
1930
2027
|
}
|
|
1931
2028
|
|
|
2029
|
+
.gap-x-40{
|
|
2030
|
+
-moz-column-gap: 40px;
|
|
2031
|
+
column-gap: 40px;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
.gap-x-48{
|
|
2035
|
+
-moz-column-gap: 48px;
|
|
2036
|
+
column-gap: 48px;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.gap-x-56{
|
|
2040
|
+
-moz-column-gap: 56px;
|
|
2041
|
+
column-gap: 56px;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
.gap-x-64{
|
|
2045
|
+
-moz-column-gap: 64px;
|
|
2046
|
+
column-gap: 64px;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
.gap-x-72{
|
|
2050
|
+
-moz-column-gap: 72px;
|
|
2051
|
+
column-gap: 72px;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
.gap-x-8{
|
|
2055
|
+
-moz-column-gap: 8px;
|
|
2056
|
+
column-gap: 8px;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
.gap-x-80{
|
|
2060
|
+
-moz-column-gap: 80px;
|
|
2061
|
+
column-gap: 80px;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
.gap-x-88{
|
|
2065
|
+
-moz-column-gap: 88px;
|
|
2066
|
+
column-gap: 88px;
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
.gap-x-96{
|
|
2070
|
+
-moz-column-gap: 96px;
|
|
2071
|
+
column-gap: 96px;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.gap-x-full{
|
|
2075
|
+
-moz-column-gap: 100%;
|
|
2076
|
+
column-gap: 100%;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
.gap-x-initial{
|
|
2080
|
+
-moz-column-gap: initial;
|
|
2081
|
+
column-gap: initial;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.gap-y-0{
|
|
2085
|
+
row-gap: 0px;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.gap-y-104{
|
|
2089
|
+
row-gap: 104px;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.gap-y-112{
|
|
2093
|
+
row-gap: 112px;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
.gap-y-120{
|
|
2097
|
+
row-gap: 120px;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.gap-y-128{
|
|
2101
|
+
row-gap: 128px;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
1932
2104
|
.gap-y-16{
|
|
1933
2105
|
row-gap: 16px;
|
|
1934
2106
|
}
|
|
1935
2107
|
|
|
2108
|
+
.gap-y-24{
|
|
2109
|
+
row-gap: 24px;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.gap-y-256{
|
|
2113
|
+
row-gap: 256px;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
.gap-y-32{
|
|
2117
|
+
row-gap: 32px;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.gap-y-40{
|
|
2121
|
+
row-gap: 40px;
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
.gap-y-48{
|
|
2125
|
+
row-gap: 48px;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
.gap-y-56{
|
|
2129
|
+
row-gap: 56px;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
1936
2132
|
.gap-y-64{
|
|
1937
2133
|
row-gap: 64px;
|
|
1938
2134
|
}
|
|
1939
2135
|
|
|
2136
|
+
.gap-y-72{
|
|
2137
|
+
row-gap: 72px;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
1940
2140
|
.gap-y-8{
|
|
1941
2141
|
row-gap: 8px;
|
|
1942
2142
|
}
|
|
1943
2143
|
|
|
2144
|
+
.gap-y-80{
|
|
2145
|
+
row-gap: 80px;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
.gap-y-88{
|
|
2149
|
+
row-gap: 88px;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.gap-y-96{
|
|
2153
|
+
row-gap: 96px;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.gap-y-full{
|
|
2157
|
+
row-gap: 100%;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.gap-y-initial{
|
|
2161
|
+
row-gap: initial;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
1944
2164
|
.place-self-end{
|
|
1945
2165
|
place-self: end;
|
|
1946
2166
|
}
|
|
@@ -7714,6 +7934,10 @@ input[type]::placeholder{
|
|
|
7714
7934
|
padding-top: 32px;
|
|
7715
7935
|
}
|
|
7716
7936
|
|
|
7937
|
+
.pt-56{
|
|
7938
|
+
padding-top: 56px;
|
|
7939
|
+
}
|
|
7940
|
+
|
|
7717
7941
|
.pt-64{
|
|
7718
7942
|
padding-top: 64px;
|
|
7719
7943
|
}
|
|
@@ -8617,9 +8841,9 @@ input[type]::placeholder{
|
|
|
8617
8841
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
8618
8842
|
}
|
|
8619
8843
|
|
|
8620
|
-
.shadow-bottom-
|
|
8621
|
-
--tw-shadow: 0px
|
|
8622
|
-
--tw-shadow-colored: 0px
|
|
8844
|
+
.shadow-bottom-higher{
|
|
8845
|
+
--tw-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.32);
|
|
8846
|
+
--tw-shadow-colored: 0px 16px 16px 0px var(--tw-shadow-color);
|
|
8623
8847
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
8624
8848
|
}
|
|
8625
8849
|
|
|
@@ -8999,6 +9223,266 @@ input[type]::placeholder{
|
|
|
8999
9223
|
cursor: context-menu;
|
|
9000
9224
|
}
|
|
9001
9225
|
|
|
9226
|
+
.hover\:gap-0:hover{
|
|
9227
|
+
gap: 0px;
|
|
9228
|
+
}
|
|
9229
|
+
|
|
9230
|
+
.hover\:gap-104:hover{
|
|
9231
|
+
gap: 104px;
|
|
9232
|
+
}
|
|
9233
|
+
|
|
9234
|
+
.hover\:gap-112:hover{
|
|
9235
|
+
gap: 112px;
|
|
9236
|
+
}
|
|
9237
|
+
|
|
9238
|
+
.hover\:gap-120:hover{
|
|
9239
|
+
gap: 120px;
|
|
9240
|
+
}
|
|
9241
|
+
|
|
9242
|
+
.hover\:gap-128:hover{
|
|
9243
|
+
gap: 128px;
|
|
9244
|
+
}
|
|
9245
|
+
|
|
9246
|
+
.hover\:gap-16:hover{
|
|
9247
|
+
gap: 16px;
|
|
9248
|
+
}
|
|
9249
|
+
|
|
9250
|
+
.hover\:gap-24:hover{
|
|
9251
|
+
gap: 24px;
|
|
9252
|
+
}
|
|
9253
|
+
|
|
9254
|
+
.hover\:gap-256:hover{
|
|
9255
|
+
gap: 256px;
|
|
9256
|
+
}
|
|
9257
|
+
|
|
9258
|
+
.hover\:gap-32:hover{
|
|
9259
|
+
gap: 32px;
|
|
9260
|
+
}
|
|
9261
|
+
|
|
9262
|
+
.hover\:gap-40:hover{
|
|
9263
|
+
gap: 40px;
|
|
9264
|
+
}
|
|
9265
|
+
|
|
9266
|
+
.hover\:gap-48:hover{
|
|
9267
|
+
gap: 48px;
|
|
9268
|
+
}
|
|
9269
|
+
|
|
9270
|
+
.hover\:gap-56:hover{
|
|
9271
|
+
gap: 56px;
|
|
9272
|
+
}
|
|
9273
|
+
|
|
9274
|
+
.hover\:gap-64:hover{
|
|
9275
|
+
gap: 64px;
|
|
9276
|
+
}
|
|
9277
|
+
|
|
9278
|
+
.hover\:gap-72:hover{
|
|
9279
|
+
gap: 72px;
|
|
9280
|
+
}
|
|
9281
|
+
|
|
9282
|
+
.hover\:gap-8:hover{
|
|
9283
|
+
gap: 8px;
|
|
9284
|
+
}
|
|
9285
|
+
|
|
9286
|
+
.hover\:gap-80:hover{
|
|
9287
|
+
gap: 80px;
|
|
9288
|
+
}
|
|
9289
|
+
|
|
9290
|
+
.hover\:gap-88:hover{
|
|
9291
|
+
gap: 88px;
|
|
9292
|
+
}
|
|
9293
|
+
|
|
9294
|
+
.hover\:gap-96:hover{
|
|
9295
|
+
gap: 96px;
|
|
9296
|
+
}
|
|
9297
|
+
|
|
9298
|
+
.hover\:gap-full:hover{
|
|
9299
|
+
gap: 100%;
|
|
9300
|
+
}
|
|
9301
|
+
|
|
9302
|
+
.hover\:gap-initial:hover{
|
|
9303
|
+
gap: initial;
|
|
9304
|
+
}
|
|
9305
|
+
|
|
9306
|
+
.hover\:gap-x-0:hover{
|
|
9307
|
+
-moz-column-gap: 0px;
|
|
9308
|
+
column-gap: 0px;
|
|
9309
|
+
}
|
|
9310
|
+
|
|
9311
|
+
.hover\:gap-x-104:hover{
|
|
9312
|
+
-moz-column-gap: 104px;
|
|
9313
|
+
column-gap: 104px;
|
|
9314
|
+
}
|
|
9315
|
+
|
|
9316
|
+
.hover\:gap-x-112:hover{
|
|
9317
|
+
-moz-column-gap: 112px;
|
|
9318
|
+
column-gap: 112px;
|
|
9319
|
+
}
|
|
9320
|
+
|
|
9321
|
+
.hover\:gap-x-120:hover{
|
|
9322
|
+
-moz-column-gap: 120px;
|
|
9323
|
+
column-gap: 120px;
|
|
9324
|
+
}
|
|
9325
|
+
|
|
9326
|
+
.hover\:gap-x-128:hover{
|
|
9327
|
+
-moz-column-gap: 128px;
|
|
9328
|
+
column-gap: 128px;
|
|
9329
|
+
}
|
|
9330
|
+
|
|
9331
|
+
.hover\:gap-x-16:hover{
|
|
9332
|
+
-moz-column-gap: 16px;
|
|
9333
|
+
column-gap: 16px;
|
|
9334
|
+
}
|
|
9335
|
+
|
|
9336
|
+
.hover\:gap-x-24:hover{
|
|
9337
|
+
-moz-column-gap: 24px;
|
|
9338
|
+
column-gap: 24px;
|
|
9339
|
+
}
|
|
9340
|
+
|
|
9341
|
+
.hover\:gap-x-256:hover{
|
|
9342
|
+
-moz-column-gap: 256px;
|
|
9343
|
+
column-gap: 256px;
|
|
9344
|
+
}
|
|
9345
|
+
|
|
9346
|
+
.hover\:gap-x-32:hover{
|
|
9347
|
+
-moz-column-gap: 32px;
|
|
9348
|
+
column-gap: 32px;
|
|
9349
|
+
}
|
|
9350
|
+
|
|
9351
|
+
.hover\:gap-x-40:hover{
|
|
9352
|
+
-moz-column-gap: 40px;
|
|
9353
|
+
column-gap: 40px;
|
|
9354
|
+
}
|
|
9355
|
+
|
|
9356
|
+
.hover\:gap-x-48:hover{
|
|
9357
|
+
-moz-column-gap: 48px;
|
|
9358
|
+
column-gap: 48px;
|
|
9359
|
+
}
|
|
9360
|
+
|
|
9361
|
+
.hover\:gap-x-56:hover{
|
|
9362
|
+
-moz-column-gap: 56px;
|
|
9363
|
+
column-gap: 56px;
|
|
9364
|
+
}
|
|
9365
|
+
|
|
9366
|
+
.hover\:gap-x-64:hover{
|
|
9367
|
+
-moz-column-gap: 64px;
|
|
9368
|
+
column-gap: 64px;
|
|
9369
|
+
}
|
|
9370
|
+
|
|
9371
|
+
.hover\:gap-x-72:hover{
|
|
9372
|
+
-moz-column-gap: 72px;
|
|
9373
|
+
column-gap: 72px;
|
|
9374
|
+
}
|
|
9375
|
+
|
|
9376
|
+
.hover\:gap-x-8:hover{
|
|
9377
|
+
-moz-column-gap: 8px;
|
|
9378
|
+
column-gap: 8px;
|
|
9379
|
+
}
|
|
9380
|
+
|
|
9381
|
+
.hover\:gap-x-80:hover{
|
|
9382
|
+
-moz-column-gap: 80px;
|
|
9383
|
+
column-gap: 80px;
|
|
9384
|
+
}
|
|
9385
|
+
|
|
9386
|
+
.hover\:gap-x-88:hover{
|
|
9387
|
+
-moz-column-gap: 88px;
|
|
9388
|
+
column-gap: 88px;
|
|
9389
|
+
}
|
|
9390
|
+
|
|
9391
|
+
.hover\:gap-x-96:hover{
|
|
9392
|
+
-moz-column-gap: 96px;
|
|
9393
|
+
column-gap: 96px;
|
|
9394
|
+
}
|
|
9395
|
+
|
|
9396
|
+
.hover\:gap-x-full:hover{
|
|
9397
|
+
-moz-column-gap: 100%;
|
|
9398
|
+
column-gap: 100%;
|
|
9399
|
+
}
|
|
9400
|
+
|
|
9401
|
+
.hover\:gap-x-initial:hover{
|
|
9402
|
+
-moz-column-gap: initial;
|
|
9403
|
+
column-gap: initial;
|
|
9404
|
+
}
|
|
9405
|
+
|
|
9406
|
+
.hover\:gap-y-0:hover{
|
|
9407
|
+
row-gap: 0px;
|
|
9408
|
+
}
|
|
9409
|
+
|
|
9410
|
+
.hover\:gap-y-104:hover{
|
|
9411
|
+
row-gap: 104px;
|
|
9412
|
+
}
|
|
9413
|
+
|
|
9414
|
+
.hover\:gap-y-112:hover{
|
|
9415
|
+
row-gap: 112px;
|
|
9416
|
+
}
|
|
9417
|
+
|
|
9418
|
+
.hover\:gap-y-120:hover{
|
|
9419
|
+
row-gap: 120px;
|
|
9420
|
+
}
|
|
9421
|
+
|
|
9422
|
+
.hover\:gap-y-128:hover{
|
|
9423
|
+
row-gap: 128px;
|
|
9424
|
+
}
|
|
9425
|
+
|
|
9426
|
+
.hover\:gap-y-16:hover{
|
|
9427
|
+
row-gap: 16px;
|
|
9428
|
+
}
|
|
9429
|
+
|
|
9430
|
+
.hover\:gap-y-24:hover{
|
|
9431
|
+
row-gap: 24px;
|
|
9432
|
+
}
|
|
9433
|
+
|
|
9434
|
+
.hover\:gap-y-256:hover{
|
|
9435
|
+
row-gap: 256px;
|
|
9436
|
+
}
|
|
9437
|
+
|
|
9438
|
+
.hover\:gap-y-32:hover{
|
|
9439
|
+
row-gap: 32px;
|
|
9440
|
+
}
|
|
9441
|
+
|
|
9442
|
+
.hover\:gap-y-40:hover{
|
|
9443
|
+
row-gap: 40px;
|
|
9444
|
+
}
|
|
9445
|
+
|
|
9446
|
+
.hover\:gap-y-48:hover{
|
|
9447
|
+
row-gap: 48px;
|
|
9448
|
+
}
|
|
9449
|
+
|
|
9450
|
+
.hover\:gap-y-56:hover{
|
|
9451
|
+
row-gap: 56px;
|
|
9452
|
+
}
|
|
9453
|
+
|
|
9454
|
+
.hover\:gap-y-64:hover{
|
|
9455
|
+
row-gap: 64px;
|
|
9456
|
+
}
|
|
9457
|
+
|
|
9458
|
+
.hover\:gap-y-72:hover{
|
|
9459
|
+
row-gap: 72px;
|
|
9460
|
+
}
|
|
9461
|
+
|
|
9462
|
+
.hover\:gap-y-8:hover{
|
|
9463
|
+
row-gap: 8px;
|
|
9464
|
+
}
|
|
9465
|
+
|
|
9466
|
+
.hover\:gap-y-80:hover{
|
|
9467
|
+
row-gap: 80px;
|
|
9468
|
+
}
|
|
9469
|
+
|
|
9470
|
+
.hover\:gap-y-88:hover{
|
|
9471
|
+
row-gap: 88px;
|
|
9472
|
+
}
|
|
9473
|
+
|
|
9474
|
+
.hover\:gap-y-96:hover{
|
|
9475
|
+
row-gap: 96px;
|
|
9476
|
+
}
|
|
9477
|
+
|
|
9478
|
+
.hover\:gap-y-full:hover{
|
|
9479
|
+
row-gap: 100%;
|
|
9480
|
+
}
|
|
9481
|
+
|
|
9482
|
+
.hover\:gap-y-initial:hover{
|
|
9483
|
+
row-gap: initial;
|
|
9484
|
+
}
|
|
9485
|
+
|
|
9002
9486
|
.hover\:text-ellipsis:hover{
|
|
9003
9487
|
text-overflow: ellipsis;
|
|
9004
9488
|
}
|
|
@@ -15486,6 +15970,266 @@ input[type]::placeholder{
|
|
|
15486
15970
|
cursor: context-menu;
|
|
15487
15971
|
}
|
|
15488
15972
|
|
|
15973
|
+
.focus\:gap-0:focus{
|
|
15974
|
+
gap: 0px;
|
|
15975
|
+
}
|
|
15976
|
+
|
|
15977
|
+
.focus\:gap-104:focus{
|
|
15978
|
+
gap: 104px;
|
|
15979
|
+
}
|
|
15980
|
+
|
|
15981
|
+
.focus\:gap-112:focus{
|
|
15982
|
+
gap: 112px;
|
|
15983
|
+
}
|
|
15984
|
+
|
|
15985
|
+
.focus\:gap-120:focus{
|
|
15986
|
+
gap: 120px;
|
|
15987
|
+
}
|
|
15988
|
+
|
|
15989
|
+
.focus\:gap-128:focus{
|
|
15990
|
+
gap: 128px;
|
|
15991
|
+
}
|
|
15992
|
+
|
|
15993
|
+
.focus\:gap-16:focus{
|
|
15994
|
+
gap: 16px;
|
|
15995
|
+
}
|
|
15996
|
+
|
|
15997
|
+
.focus\:gap-24:focus{
|
|
15998
|
+
gap: 24px;
|
|
15999
|
+
}
|
|
16000
|
+
|
|
16001
|
+
.focus\:gap-256:focus{
|
|
16002
|
+
gap: 256px;
|
|
16003
|
+
}
|
|
16004
|
+
|
|
16005
|
+
.focus\:gap-32:focus{
|
|
16006
|
+
gap: 32px;
|
|
16007
|
+
}
|
|
16008
|
+
|
|
16009
|
+
.focus\:gap-40:focus{
|
|
16010
|
+
gap: 40px;
|
|
16011
|
+
}
|
|
16012
|
+
|
|
16013
|
+
.focus\:gap-48:focus{
|
|
16014
|
+
gap: 48px;
|
|
16015
|
+
}
|
|
16016
|
+
|
|
16017
|
+
.focus\:gap-56:focus{
|
|
16018
|
+
gap: 56px;
|
|
16019
|
+
}
|
|
16020
|
+
|
|
16021
|
+
.focus\:gap-64:focus{
|
|
16022
|
+
gap: 64px;
|
|
16023
|
+
}
|
|
16024
|
+
|
|
16025
|
+
.focus\:gap-72:focus{
|
|
16026
|
+
gap: 72px;
|
|
16027
|
+
}
|
|
16028
|
+
|
|
16029
|
+
.focus\:gap-8:focus{
|
|
16030
|
+
gap: 8px;
|
|
16031
|
+
}
|
|
16032
|
+
|
|
16033
|
+
.focus\:gap-80:focus{
|
|
16034
|
+
gap: 80px;
|
|
16035
|
+
}
|
|
16036
|
+
|
|
16037
|
+
.focus\:gap-88:focus{
|
|
16038
|
+
gap: 88px;
|
|
16039
|
+
}
|
|
16040
|
+
|
|
16041
|
+
.focus\:gap-96:focus{
|
|
16042
|
+
gap: 96px;
|
|
16043
|
+
}
|
|
16044
|
+
|
|
16045
|
+
.focus\:gap-full:focus{
|
|
16046
|
+
gap: 100%;
|
|
16047
|
+
}
|
|
16048
|
+
|
|
16049
|
+
.focus\:gap-initial:focus{
|
|
16050
|
+
gap: initial;
|
|
16051
|
+
}
|
|
16052
|
+
|
|
16053
|
+
.focus\:gap-x-0:focus{
|
|
16054
|
+
-moz-column-gap: 0px;
|
|
16055
|
+
column-gap: 0px;
|
|
16056
|
+
}
|
|
16057
|
+
|
|
16058
|
+
.focus\:gap-x-104:focus{
|
|
16059
|
+
-moz-column-gap: 104px;
|
|
16060
|
+
column-gap: 104px;
|
|
16061
|
+
}
|
|
16062
|
+
|
|
16063
|
+
.focus\:gap-x-112:focus{
|
|
16064
|
+
-moz-column-gap: 112px;
|
|
16065
|
+
column-gap: 112px;
|
|
16066
|
+
}
|
|
16067
|
+
|
|
16068
|
+
.focus\:gap-x-120:focus{
|
|
16069
|
+
-moz-column-gap: 120px;
|
|
16070
|
+
column-gap: 120px;
|
|
16071
|
+
}
|
|
16072
|
+
|
|
16073
|
+
.focus\:gap-x-128:focus{
|
|
16074
|
+
-moz-column-gap: 128px;
|
|
16075
|
+
column-gap: 128px;
|
|
16076
|
+
}
|
|
16077
|
+
|
|
16078
|
+
.focus\:gap-x-16:focus{
|
|
16079
|
+
-moz-column-gap: 16px;
|
|
16080
|
+
column-gap: 16px;
|
|
16081
|
+
}
|
|
16082
|
+
|
|
16083
|
+
.focus\:gap-x-24:focus{
|
|
16084
|
+
-moz-column-gap: 24px;
|
|
16085
|
+
column-gap: 24px;
|
|
16086
|
+
}
|
|
16087
|
+
|
|
16088
|
+
.focus\:gap-x-256:focus{
|
|
16089
|
+
-moz-column-gap: 256px;
|
|
16090
|
+
column-gap: 256px;
|
|
16091
|
+
}
|
|
16092
|
+
|
|
16093
|
+
.focus\:gap-x-32:focus{
|
|
16094
|
+
-moz-column-gap: 32px;
|
|
16095
|
+
column-gap: 32px;
|
|
16096
|
+
}
|
|
16097
|
+
|
|
16098
|
+
.focus\:gap-x-40:focus{
|
|
16099
|
+
-moz-column-gap: 40px;
|
|
16100
|
+
column-gap: 40px;
|
|
16101
|
+
}
|
|
16102
|
+
|
|
16103
|
+
.focus\:gap-x-48:focus{
|
|
16104
|
+
-moz-column-gap: 48px;
|
|
16105
|
+
column-gap: 48px;
|
|
16106
|
+
}
|
|
16107
|
+
|
|
16108
|
+
.focus\:gap-x-56:focus{
|
|
16109
|
+
-moz-column-gap: 56px;
|
|
16110
|
+
column-gap: 56px;
|
|
16111
|
+
}
|
|
16112
|
+
|
|
16113
|
+
.focus\:gap-x-64:focus{
|
|
16114
|
+
-moz-column-gap: 64px;
|
|
16115
|
+
column-gap: 64px;
|
|
16116
|
+
}
|
|
16117
|
+
|
|
16118
|
+
.focus\:gap-x-72:focus{
|
|
16119
|
+
-moz-column-gap: 72px;
|
|
16120
|
+
column-gap: 72px;
|
|
16121
|
+
}
|
|
16122
|
+
|
|
16123
|
+
.focus\:gap-x-8:focus{
|
|
16124
|
+
-moz-column-gap: 8px;
|
|
16125
|
+
column-gap: 8px;
|
|
16126
|
+
}
|
|
16127
|
+
|
|
16128
|
+
.focus\:gap-x-80:focus{
|
|
16129
|
+
-moz-column-gap: 80px;
|
|
16130
|
+
column-gap: 80px;
|
|
16131
|
+
}
|
|
16132
|
+
|
|
16133
|
+
.focus\:gap-x-88:focus{
|
|
16134
|
+
-moz-column-gap: 88px;
|
|
16135
|
+
column-gap: 88px;
|
|
16136
|
+
}
|
|
16137
|
+
|
|
16138
|
+
.focus\:gap-x-96:focus{
|
|
16139
|
+
-moz-column-gap: 96px;
|
|
16140
|
+
column-gap: 96px;
|
|
16141
|
+
}
|
|
16142
|
+
|
|
16143
|
+
.focus\:gap-x-full:focus{
|
|
16144
|
+
-moz-column-gap: 100%;
|
|
16145
|
+
column-gap: 100%;
|
|
16146
|
+
}
|
|
16147
|
+
|
|
16148
|
+
.focus\:gap-x-initial:focus{
|
|
16149
|
+
-moz-column-gap: initial;
|
|
16150
|
+
column-gap: initial;
|
|
16151
|
+
}
|
|
16152
|
+
|
|
16153
|
+
.focus\:gap-y-0:focus{
|
|
16154
|
+
row-gap: 0px;
|
|
16155
|
+
}
|
|
16156
|
+
|
|
16157
|
+
.focus\:gap-y-104:focus{
|
|
16158
|
+
row-gap: 104px;
|
|
16159
|
+
}
|
|
16160
|
+
|
|
16161
|
+
.focus\:gap-y-112:focus{
|
|
16162
|
+
row-gap: 112px;
|
|
16163
|
+
}
|
|
16164
|
+
|
|
16165
|
+
.focus\:gap-y-120:focus{
|
|
16166
|
+
row-gap: 120px;
|
|
16167
|
+
}
|
|
16168
|
+
|
|
16169
|
+
.focus\:gap-y-128:focus{
|
|
16170
|
+
row-gap: 128px;
|
|
16171
|
+
}
|
|
16172
|
+
|
|
16173
|
+
.focus\:gap-y-16:focus{
|
|
16174
|
+
row-gap: 16px;
|
|
16175
|
+
}
|
|
16176
|
+
|
|
16177
|
+
.focus\:gap-y-24:focus{
|
|
16178
|
+
row-gap: 24px;
|
|
16179
|
+
}
|
|
16180
|
+
|
|
16181
|
+
.focus\:gap-y-256:focus{
|
|
16182
|
+
row-gap: 256px;
|
|
16183
|
+
}
|
|
16184
|
+
|
|
16185
|
+
.focus\:gap-y-32:focus{
|
|
16186
|
+
row-gap: 32px;
|
|
16187
|
+
}
|
|
16188
|
+
|
|
16189
|
+
.focus\:gap-y-40:focus{
|
|
16190
|
+
row-gap: 40px;
|
|
16191
|
+
}
|
|
16192
|
+
|
|
16193
|
+
.focus\:gap-y-48:focus{
|
|
16194
|
+
row-gap: 48px;
|
|
16195
|
+
}
|
|
16196
|
+
|
|
16197
|
+
.focus\:gap-y-56:focus{
|
|
16198
|
+
row-gap: 56px;
|
|
16199
|
+
}
|
|
16200
|
+
|
|
16201
|
+
.focus\:gap-y-64:focus{
|
|
16202
|
+
row-gap: 64px;
|
|
16203
|
+
}
|
|
16204
|
+
|
|
16205
|
+
.focus\:gap-y-72:focus{
|
|
16206
|
+
row-gap: 72px;
|
|
16207
|
+
}
|
|
16208
|
+
|
|
16209
|
+
.focus\:gap-y-8:focus{
|
|
16210
|
+
row-gap: 8px;
|
|
16211
|
+
}
|
|
16212
|
+
|
|
16213
|
+
.focus\:gap-y-80:focus{
|
|
16214
|
+
row-gap: 80px;
|
|
16215
|
+
}
|
|
16216
|
+
|
|
16217
|
+
.focus\:gap-y-88:focus{
|
|
16218
|
+
row-gap: 88px;
|
|
16219
|
+
}
|
|
16220
|
+
|
|
16221
|
+
.focus\:gap-y-96:focus{
|
|
16222
|
+
row-gap: 96px;
|
|
16223
|
+
}
|
|
16224
|
+
|
|
16225
|
+
.focus\:gap-y-full:focus{
|
|
16226
|
+
row-gap: 100%;
|
|
16227
|
+
}
|
|
16228
|
+
|
|
16229
|
+
.focus\:gap-y-initial:focus{
|
|
16230
|
+
row-gap: initial;
|
|
16231
|
+
}
|
|
16232
|
+
|
|
15489
16233
|
.focus\:text-ellipsis:focus{
|
|
15490
16234
|
text-overflow: ellipsis;
|
|
15491
16235
|
}
|
|
@@ -22144,23 +22888,262 @@ input[type]::placeholder{
|
|
|
22144
22888
|
gap: 0px;
|
|
22145
22889
|
}
|
|
22146
22890
|
|
|
22891
|
+
.xs\:gap-104{
|
|
22892
|
+
gap: 104px;
|
|
22893
|
+
}
|
|
22894
|
+
|
|
22895
|
+
.xs\:gap-112{
|
|
22896
|
+
gap: 112px;
|
|
22897
|
+
}
|
|
22898
|
+
|
|
22899
|
+
.xs\:gap-120{
|
|
22900
|
+
gap: 120px;
|
|
22901
|
+
}
|
|
22902
|
+
|
|
22903
|
+
.xs\:gap-128{
|
|
22904
|
+
gap: 128px;
|
|
22905
|
+
}
|
|
22906
|
+
|
|
22907
|
+
.xs\:gap-16{
|
|
22908
|
+
gap: 16px;
|
|
22909
|
+
}
|
|
22910
|
+
|
|
22911
|
+
.xs\:gap-24{
|
|
22912
|
+
gap: 24px;
|
|
22913
|
+
}
|
|
22914
|
+
|
|
22915
|
+
.xs\:gap-256{
|
|
22916
|
+
gap: 256px;
|
|
22917
|
+
}
|
|
22918
|
+
|
|
22147
22919
|
.xs\:gap-32{
|
|
22148
22920
|
gap: 32px;
|
|
22149
22921
|
}
|
|
22150
22922
|
|
|
22923
|
+
.xs\:gap-40{
|
|
22924
|
+
gap: 40px;
|
|
22925
|
+
}
|
|
22926
|
+
|
|
22927
|
+
.xs\:gap-48{
|
|
22928
|
+
gap: 48px;
|
|
22929
|
+
}
|
|
22930
|
+
|
|
22931
|
+
.xs\:gap-56{
|
|
22932
|
+
gap: 56px;
|
|
22933
|
+
}
|
|
22934
|
+
|
|
22935
|
+
.xs\:gap-64{
|
|
22936
|
+
gap: 64px;
|
|
22937
|
+
}
|
|
22938
|
+
|
|
22939
|
+
.xs\:gap-72{
|
|
22940
|
+
gap: 72px;
|
|
22941
|
+
}
|
|
22942
|
+
|
|
22943
|
+
.xs\:gap-8{
|
|
22944
|
+
gap: 8px;
|
|
22945
|
+
}
|
|
22946
|
+
|
|
22947
|
+
.xs\:gap-80{
|
|
22948
|
+
gap: 80px;
|
|
22949
|
+
}
|
|
22950
|
+
|
|
22951
|
+
.xs\:gap-88{
|
|
22952
|
+
gap: 88px;
|
|
22953
|
+
}
|
|
22954
|
+
|
|
22955
|
+
.xs\:gap-96{
|
|
22956
|
+
gap: 96px;
|
|
22957
|
+
}
|
|
22958
|
+
|
|
22959
|
+
.xs\:gap-full{
|
|
22960
|
+
gap: 100%;
|
|
22961
|
+
}
|
|
22962
|
+
|
|
22963
|
+
.xs\:gap-initial{
|
|
22964
|
+
gap: initial;
|
|
22965
|
+
}
|
|
22966
|
+
|
|
22967
|
+
.xs\:gap-x-0{
|
|
22968
|
+
-moz-column-gap: 0px;
|
|
22969
|
+
column-gap: 0px;
|
|
22970
|
+
}
|
|
22971
|
+
|
|
22972
|
+
.xs\:gap-x-104{
|
|
22973
|
+
-moz-column-gap: 104px;
|
|
22974
|
+
column-gap: 104px;
|
|
22975
|
+
}
|
|
22976
|
+
|
|
22977
|
+
.xs\:gap-x-112{
|
|
22978
|
+
-moz-column-gap: 112px;
|
|
22979
|
+
column-gap: 112px;
|
|
22980
|
+
}
|
|
22981
|
+
|
|
22982
|
+
.xs\:gap-x-120{
|
|
22983
|
+
-moz-column-gap: 120px;
|
|
22984
|
+
column-gap: 120px;
|
|
22985
|
+
}
|
|
22986
|
+
|
|
22987
|
+
.xs\:gap-x-128{
|
|
22988
|
+
-moz-column-gap: 128px;
|
|
22989
|
+
column-gap: 128px;
|
|
22990
|
+
}
|
|
22991
|
+
|
|
22992
|
+
.xs\:gap-x-16{
|
|
22993
|
+
-moz-column-gap: 16px;
|
|
22994
|
+
column-gap: 16px;
|
|
22995
|
+
}
|
|
22996
|
+
|
|
22997
|
+
.xs\:gap-x-24{
|
|
22998
|
+
-moz-column-gap: 24px;
|
|
22999
|
+
column-gap: 24px;
|
|
23000
|
+
}
|
|
23001
|
+
|
|
23002
|
+
.xs\:gap-x-256{
|
|
23003
|
+
-moz-column-gap: 256px;
|
|
23004
|
+
column-gap: 256px;
|
|
23005
|
+
}
|
|
23006
|
+
|
|
22151
23007
|
.xs\:gap-x-32{
|
|
22152
23008
|
-moz-column-gap: 32px;
|
|
22153
23009
|
column-gap: 32px;
|
|
22154
23010
|
}
|
|
22155
23011
|
|
|
23012
|
+
.xs\:gap-x-40{
|
|
23013
|
+
-moz-column-gap: 40px;
|
|
23014
|
+
column-gap: 40px;
|
|
23015
|
+
}
|
|
23016
|
+
|
|
23017
|
+
.xs\:gap-x-48{
|
|
23018
|
+
-moz-column-gap: 48px;
|
|
23019
|
+
column-gap: 48px;
|
|
23020
|
+
}
|
|
23021
|
+
|
|
23022
|
+
.xs\:gap-x-56{
|
|
23023
|
+
-moz-column-gap: 56px;
|
|
23024
|
+
column-gap: 56px;
|
|
23025
|
+
}
|
|
23026
|
+
|
|
23027
|
+
.xs\:gap-x-64{
|
|
23028
|
+
-moz-column-gap: 64px;
|
|
23029
|
+
column-gap: 64px;
|
|
23030
|
+
}
|
|
23031
|
+
|
|
23032
|
+
.xs\:gap-x-72{
|
|
23033
|
+
-moz-column-gap: 72px;
|
|
23034
|
+
column-gap: 72px;
|
|
23035
|
+
}
|
|
23036
|
+
|
|
23037
|
+
.xs\:gap-x-8{
|
|
23038
|
+
-moz-column-gap: 8px;
|
|
23039
|
+
column-gap: 8px;
|
|
23040
|
+
}
|
|
23041
|
+
|
|
23042
|
+
.xs\:gap-x-80{
|
|
23043
|
+
-moz-column-gap: 80px;
|
|
23044
|
+
column-gap: 80px;
|
|
23045
|
+
}
|
|
23046
|
+
|
|
23047
|
+
.xs\:gap-x-88{
|
|
23048
|
+
-moz-column-gap: 88px;
|
|
23049
|
+
column-gap: 88px;
|
|
23050
|
+
}
|
|
23051
|
+
|
|
23052
|
+
.xs\:gap-x-96{
|
|
23053
|
+
-moz-column-gap: 96px;
|
|
23054
|
+
column-gap: 96px;
|
|
23055
|
+
}
|
|
23056
|
+
|
|
23057
|
+
.xs\:gap-x-full{
|
|
23058
|
+
-moz-column-gap: 100%;
|
|
23059
|
+
column-gap: 100%;
|
|
23060
|
+
}
|
|
23061
|
+
|
|
23062
|
+
.xs\:gap-x-initial{
|
|
23063
|
+
-moz-column-gap: initial;
|
|
23064
|
+
column-gap: initial;
|
|
23065
|
+
}
|
|
23066
|
+
|
|
23067
|
+
.xs\:gap-y-0{
|
|
23068
|
+
row-gap: 0px;
|
|
23069
|
+
}
|
|
23070
|
+
|
|
23071
|
+
.xs\:gap-y-104{
|
|
23072
|
+
row-gap: 104px;
|
|
23073
|
+
}
|
|
23074
|
+
|
|
23075
|
+
.xs\:gap-y-112{
|
|
23076
|
+
row-gap: 112px;
|
|
23077
|
+
}
|
|
23078
|
+
|
|
23079
|
+
.xs\:gap-y-120{
|
|
23080
|
+
row-gap: 120px;
|
|
23081
|
+
}
|
|
23082
|
+
|
|
23083
|
+
.xs\:gap-y-128{
|
|
23084
|
+
row-gap: 128px;
|
|
23085
|
+
}
|
|
23086
|
+
|
|
22156
23087
|
.xs\:gap-y-16{
|
|
22157
23088
|
row-gap: 16px;
|
|
22158
23089
|
}
|
|
22159
23090
|
|
|
23091
|
+
.xs\:gap-y-24{
|
|
23092
|
+
row-gap: 24px;
|
|
23093
|
+
}
|
|
23094
|
+
|
|
23095
|
+
.xs\:gap-y-256{
|
|
23096
|
+
row-gap: 256px;
|
|
23097
|
+
}
|
|
23098
|
+
|
|
22160
23099
|
.xs\:gap-y-32{
|
|
22161
23100
|
row-gap: 32px;
|
|
22162
23101
|
}
|
|
22163
23102
|
|
|
23103
|
+
.xs\:gap-y-40{
|
|
23104
|
+
row-gap: 40px;
|
|
23105
|
+
}
|
|
23106
|
+
|
|
23107
|
+
.xs\:gap-y-48{
|
|
23108
|
+
row-gap: 48px;
|
|
23109
|
+
}
|
|
23110
|
+
|
|
23111
|
+
.xs\:gap-y-56{
|
|
23112
|
+
row-gap: 56px;
|
|
23113
|
+
}
|
|
23114
|
+
|
|
23115
|
+
.xs\:gap-y-64{
|
|
23116
|
+
row-gap: 64px;
|
|
23117
|
+
}
|
|
23118
|
+
|
|
23119
|
+
.xs\:gap-y-72{
|
|
23120
|
+
row-gap: 72px;
|
|
23121
|
+
}
|
|
23122
|
+
|
|
23123
|
+
.xs\:gap-y-8{
|
|
23124
|
+
row-gap: 8px;
|
|
23125
|
+
}
|
|
23126
|
+
|
|
23127
|
+
.xs\:gap-y-80{
|
|
23128
|
+
row-gap: 80px;
|
|
23129
|
+
}
|
|
23130
|
+
|
|
23131
|
+
.xs\:gap-y-88{
|
|
23132
|
+
row-gap: 88px;
|
|
23133
|
+
}
|
|
23134
|
+
|
|
23135
|
+
.xs\:gap-y-96{
|
|
23136
|
+
row-gap: 96px;
|
|
23137
|
+
}
|
|
23138
|
+
|
|
23139
|
+
.xs\:gap-y-full{
|
|
23140
|
+
row-gap: 100%;
|
|
23141
|
+
}
|
|
23142
|
+
|
|
23143
|
+
.xs\:gap-y-initial{
|
|
23144
|
+
row-gap: initial;
|
|
23145
|
+
}
|
|
23146
|
+
|
|
22164
23147
|
.xs\:text-ellipsis{
|
|
22165
23148
|
text-overflow: ellipsis;
|
|
22166
23149
|
}
|
|
@@ -28337,10 +29320,6 @@ input[type]::placeholder{
|
|
|
28337
29320
|
margin-bottom: 32px;
|
|
28338
29321
|
}
|
|
28339
29322
|
|
|
28340
|
-
.xs\:max-md\:mb-8{
|
|
28341
|
-
margin-bottom: 8px;
|
|
28342
|
-
}
|
|
28343
|
-
|
|
28344
29323
|
.xs\:max-md\:flex-col{
|
|
28345
29324
|
flex-direction: column;
|
|
28346
29325
|
}
|
|
@@ -28432,6 +29411,10 @@ input[type]::placeholder{
|
|
|
28432
29411
|
grid-column-end: 5;
|
|
28433
29412
|
}
|
|
28434
29413
|
|
|
29414
|
+
.md\:m-64{
|
|
29415
|
+
margin: 64px;
|
|
29416
|
+
}
|
|
29417
|
+
|
|
28435
29418
|
.md\:mx-64{
|
|
28436
29419
|
margin-left: 64px;
|
|
28437
29420
|
margin-right: 64px;
|
|
@@ -28456,10 +29439,6 @@ input[type]::placeholder{
|
|
|
28456
29439
|
margin-bottom: 0px;
|
|
28457
29440
|
}
|
|
28458
29441
|
|
|
28459
|
-
.md\:mb-32{
|
|
28460
|
-
margin-bottom: 32px;
|
|
28461
|
-
}
|
|
28462
|
-
|
|
28463
29442
|
.md\:mb-64{
|
|
28464
29443
|
margin-bottom: 64px;
|
|
28465
29444
|
}
|
|
@@ -28935,10 +29914,78 @@ input[type]::placeholder{
|
|
|
28935
29914
|
justify-items: center;
|
|
28936
29915
|
}
|
|
28937
29916
|
|
|
29917
|
+
.md\:gap-0{
|
|
29918
|
+
gap: 0px;
|
|
29919
|
+
}
|
|
29920
|
+
|
|
29921
|
+
.md\:gap-104{
|
|
29922
|
+
gap: 104px;
|
|
29923
|
+
}
|
|
29924
|
+
|
|
29925
|
+
.md\:gap-112{
|
|
29926
|
+
gap: 112px;
|
|
29927
|
+
}
|
|
29928
|
+
|
|
29929
|
+
.md\:gap-120{
|
|
29930
|
+
gap: 120px;
|
|
29931
|
+
}
|
|
29932
|
+
|
|
29933
|
+
.md\:gap-128{
|
|
29934
|
+
gap: 128px;
|
|
29935
|
+
}
|
|
29936
|
+
|
|
29937
|
+
.md\:gap-16{
|
|
29938
|
+
gap: 16px;
|
|
29939
|
+
}
|
|
29940
|
+
|
|
29941
|
+
.md\:gap-24{
|
|
29942
|
+
gap: 24px;
|
|
29943
|
+
}
|
|
29944
|
+
|
|
29945
|
+
.md\:gap-256{
|
|
29946
|
+
gap: 256px;
|
|
29947
|
+
}
|
|
29948
|
+
|
|
29949
|
+
.md\:gap-32{
|
|
29950
|
+
gap: 32px;
|
|
29951
|
+
}
|
|
29952
|
+
|
|
29953
|
+
.md\:gap-40{
|
|
29954
|
+
gap: 40px;
|
|
29955
|
+
}
|
|
29956
|
+
|
|
29957
|
+
.md\:gap-48{
|
|
29958
|
+
gap: 48px;
|
|
29959
|
+
}
|
|
29960
|
+
|
|
29961
|
+
.md\:gap-56{
|
|
29962
|
+
gap: 56px;
|
|
29963
|
+
}
|
|
29964
|
+
|
|
28938
29965
|
.md\:gap-64{
|
|
28939
29966
|
gap: 64px;
|
|
28940
29967
|
}
|
|
28941
29968
|
|
|
29969
|
+
.md\:gap-72{
|
|
29970
|
+
gap: 72px;
|
|
29971
|
+
}
|
|
29972
|
+
|
|
29973
|
+
.md\:gap-8{
|
|
29974
|
+
gap: 8px;
|
|
29975
|
+
}
|
|
29976
|
+
|
|
29977
|
+
.md\:gap-80{
|
|
29978
|
+
gap: 80px;
|
|
29979
|
+
}
|
|
29980
|
+
|
|
29981
|
+
.md\:gap-88{
|
|
29982
|
+
gap: 88px;
|
|
29983
|
+
}
|
|
29984
|
+
|
|
29985
|
+
.md\:gap-96{
|
|
29986
|
+
gap: 96px;
|
|
29987
|
+
}
|
|
29988
|
+
|
|
28942
29989
|
.md\:gap-\[28px\]{
|
|
28943
29990
|
gap: 28px;
|
|
28944
29991
|
}
|
|
@@ -28947,23 +29994,194 @@ input[type]::placeholder{
|
|
|
28947
29994
|
gap: 30px;
|
|
28948
29995
|
}
|
|
28949
29996
|
|
|
29997
|
+
.md\:gap-full{
|
|
29998
|
+
gap: 100%;
|
|
29999
|
+
}
|
|
30000
|
+
|
|
30001
|
+
.md\:gap-initial{
|
|
30002
|
+
gap: initial;
|
|
30003
|
+
}
|
|
30004
|
+
|
|
30005
|
+
.md\:gap-x-0{
|
|
30006
|
+
-moz-column-gap: 0px;
|
|
30007
|
+
column-gap: 0px;
|
|
30008
|
+
}
|
|
30009
|
+
|
|
30010
|
+
.md\:gap-x-104{
|
|
30011
|
+
-moz-column-gap: 104px;
|
|
30012
|
+
column-gap: 104px;
|
|
30013
|
+
}
|
|
30014
|
+
|
|
30015
|
+
.md\:gap-x-112{
|
|
30016
|
+
-moz-column-gap: 112px;
|
|
30017
|
+
column-gap: 112px;
|
|
30018
|
+
}
|
|
30019
|
+
|
|
30020
|
+
.md\:gap-x-120{
|
|
30021
|
+
-moz-column-gap: 120px;
|
|
30022
|
+
column-gap: 120px;
|
|
30023
|
+
}
|
|
30024
|
+
|
|
30025
|
+
.md\:gap-x-128{
|
|
30026
|
+
-moz-column-gap: 128px;
|
|
30027
|
+
column-gap: 128px;
|
|
30028
|
+
}
|
|
30029
|
+
|
|
30030
|
+
.md\:gap-x-16{
|
|
30031
|
+
-moz-column-gap: 16px;
|
|
30032
|
+
column-gap: 16px;
|
|
30033
|
+
}
|
|
30034
|
+
|
|
30035
|
+
.md\:gap-x-24{
|
|
30036
|
+
-moz-column-gap: 24px;
|
|
30037
|
+
column-gap: 24px;
|
|
30038
|
+
}
|
|
30039
|
+
|
|
30040
|
+
.md\:gap-x-256{
|
|
30041
|
+
-moz-column-gap: 256px;
|
|
30042
|
+
column-gap: 256px;
|
|
30043
|
+
}
|
|
30044
|
+
|
|
28950
30045
|
.md\:gap-x-32{
|
|
28951
30046
|
-moz-column-gap: 32px;
|
|
28952
30047
|
column-gap: 32px;
|
|
28953
30048
|
}
|
|
28954
30049
|
|
|
30050
|
+
.md\:gap-x-40{
|
|
30051
|
+
-moz-column-gap: 40px;
|
|
30052
|
+
column-gap: 40px;
|
|
30053
|
+
}
|
|
30054
|
+
|
|
30055
|
+
.md\:gap-x-48{
|
|
30056
|
+
-moz-column-gap: 48px;
|
|
30057
|
+
column-gap: 48px;
|
|
30058
|
+
}
|
|
30059
|
+
|
|
30060
|
+
.md\:gap-x-56{
|
|
30061
|
+
-moz-column-gap: 56px;
|
|
30062
|
+
column-gap: 56px;
|
|
30063
|
+
}
|
|
30064
|
+
|
|
30065
|
+
.md\:gap-x-64{
|
|
30066
|
+
-moz-column-gap: 64px;
|
|
30067
|
+
column-gap: 64px;
|
|
30068
|
+
}
|
|
30069
|
+
|
|
30070
|
+
.md\:gap-x-72{
|
|
30071
|
+
-moz-column-gap: 72px;
|
|
30072
|
+
column-gap: 72px;
|
|
30073
|
+
}
|
|
30074
|
+
|
|
30075
|
+
.md\:gap-x-8{
|
|
30076
|
+
-moz-column-gap: 8px;
|
|
30077
|
+
column-gap: 8px;
|
|
30078
|
+
}
|
|
30079
|
+
|
|
30080
|
+
.md\:gap-x-80{
|
|
30081
|
+
-moz-column-gap: 80px;
|
|
30082
|
+
column-gap: 80px;
|
|
30083
|
+
}
|
|
30084
|
+
|
|
30085
|
+
.md\:gap-x-88{
|
|
30086
|
+
-moz-column-gap: 88px;
|
|
30087
|
+
column-gap: 88px;
|
|
30088
|
+
}
|
|
30089
|
+
|
|
30090
|
+
.md\:gap-x-96{
|
|
30091
|
+
-moz-column-gap: 96px;
|
|
30092
|
+
column-gap: 96px;
|
|
30093
|
+
}
|
|
30094
|
+
|
|
30095
|
+
.md\:gap-x-full{
|
|
30096
|
+
-moz-column-gap: 100%;
|
|
30097
|
+
column-gap: 100%;
|
|
30098
|
+
}
|
|
30099
|
+
|
|
30100
|
+
.md\:gap-x-initial{
|
|
30101
|
+
-moz-column-gap: initial;
|
|
30102
|
+
column-gap: initial;
|
|
30103
|
+
}
|
|
30104
|
+
|
|
28955
30105
|
.md\:gap-y-0{
|
|
28956
30106
|
row-gap: 0px;
|
|
28957
30107
|
}
|
|
28958
30108
|
|
|
30109
|
+
.md\:gap-y-104{
|
|
30110
|
+
row-gap: 104px;
|
|
30111
|
+
}
|
|
30112
|
+
|
|
30113
|
+
.md\:gap-y-112{
|
|
30114
|
+
row-gap: 112px;
|
|
30115
|
+
}
|
|
30116
|
+
|
|
30117
|
+
.md\:gap-y-120{
|
|
30118
|
+
row-gap: 120px;
|
|
30119
|
+
}
|
|
30120
|
+
|
|
30121
|
+
.md\:gap-y-128{
|
|
30122
|
+
row-gap: 128px;
|
|
30123
|
+
}
|
|
30124
|
+
|
|
30125
|
+
.md\:gap-y-16{
|
|
30126
|
+
row-gap: 16px;
|
|
30127
|
+
}
|
|
30128
|
+
|
|
30129
|
+
.md\:gap-y-24{
|
|
30130
|
+
row-gap: 24px;
|
|
30131
|
+
}
|
|
30132
|
+
|
|
30133
|
+
.md\:gap-y-256{
|
|
30134
|
+
row-gap: 256px;
|
|
30135
|
+
}
|
|
30136
|
+
|
|
30137
|
+
.md\:gap-y-32{
|
|
30138
|
+
row-gap: 32px;
|
|
30139
|
+
}
|
|
30140
|
+
|
|
30141
|
+
.md\:gap-y-40{
|
|
30142
|
+
row-gap: 40px;
|
|
30143
|
+
}
|
|
30144
|
+
|
|
30145
|
+
.md\:gap-y-48{
|
|
30146
|
+
row-gap: 48px;
|
|
30147
|
+
}
|
|
30148
|
+
|
|
30149
|
+
.md\:gap-y-56{
|
|
30150
|
+
row-gap: 56px;
|
|
30151
|
+
}
|
|
30152
|
+
|
|
28959
30153
|
.md\:gap-y-64{
|
|
28960
30154
|
row-gap: 64px;
|
|
28961
30155
|
}
|
|
28962
30156
|
|
|
30157
|
+
.md\:gap-y-72{
|
|
30158
|
+
row-gap: 72px;
|
|
30159
|
+
}
|
|
30160
|
+
|
|
28963
30161
|
.md\:gap-y-8{
|
|
28964
30162
|
row-gap: 8px;
|
|
28965
30163
|
}
|
|
28966
30164
|
|
|
30165
|
+
.md\:gap-y-80{
|
|
30166
|
+
row-gap: 80px;
|
|
30167
|
+
}
|
|
30168
|
+
|
|
30169
|
+
.md\:gap-y-88{
|
|
30170
|
+
row-gap: 88px;
|
|
30171
|
+
}
|
|
30172
|
+
|
|
30173
|
+
.md\:gap-y-96{
|
|
30174
|
+
row-gap: 96px;
|
|
30175
|
+
}
|
|
30176
|
+
|
|
30177
|
+
.md\:gap-y-full{
|
|
30178
|
+
row-gap: 100%;
|
|
30179
|
+
}
|
|
30180
|
+
|
|
30181
|
+
.md\:gap-y-initial{
|
|
30182
|
+
row-gap: initial;
|
|
30183
|
+
}
|
|
30184
|
+
|
|
28967
30185
|
.md\:self-center{
|
|
28968
30186
|
align-self: center;
|
|
28969
30187
|
}
|
|
@@ -35281,6 +36499,10 @@ input[type]::placeholder{
|
|
|
35281
36499
|
grid-row: span 2 / span 2;
|
|
35282
36500
|
}
|
|
35283
36501
|
|
|
36502
|
+
.xl\:m-112{
|
|
36503
|
+
margin: 112px;
|
|
36504
|
+
}
|
|
36505
|
+
|
|
35284
36506
|
.xl\:my-32{
|
|
35285
36507
|
margin-top: 32px;
|
|
35286
36508
|
margin-bottom: 32px;
|
|
@@ -35795,10 +37017,266 @@ input[type]::placeholder{
|
|
|
35795
37017
|
justify-items: start;
|
|
35796
37018
|
}
|
|
35797
37019
|
|
|
37020
|
+
.xl\:gap-0{
|
|
37021
|
+
gap: 0px;
|
|
37022
|
+
}
|
|
37023
|
+
|
|
37024
|
+
.xl\:gap-104{
|
|
37025
|
+
gap: 104px;
|
|
37026
|
+
}
|
|
37027
|
+
|
|
37028
|
+
.xl\:gap-112{
|
|
37029
|
+
gap: 112px;
|
|
37030
|
+
}
|
|
37031
|
+
|
|
37032
|
+
.xl\:gap-120{
|
|
37033
|
+
gap: 120px;
|
|
37034
|
+
}
|
|
37035
|
+
|
|
37036
|
+
.xl\:gap-128{
|
|
37037
|
+
gap: 128px;
|
|
37038
|
+
}
|
|
37039
|
+
|
|
37040
|
+
.xl\:gap-16{
|
|
37041
|
+
gap: 16px;
|
|
37042
|
+
}
|
|
37043
|
+
|
|
37044
|
+
.xl\:gap-24{
|
|
37045
|
+
gap: 24px;
|
|
37046
|
+
}
|
|
37047
|
+
|
|
37048
|
+
.xl\:gap-256{
|
|
37049
|
+
gap: 256px;
|
|
37050
|
+
}
|
|
37051
|
+
|
|
35798
37052
|
.xl\:gap-32{
|
|
35799
37053
|
gap: 32px;
|
|
35800
37054
|
}
|
|
35801
37055
|
|
|
37056
|
+
.xl\:gap-40{
|
|
37057
|
+
gap: 40px;
|
|
37058
|
+
}
|
|
37059
|
+
|
|
37060
|
+
.xl\:gap-48{
|
|
37061
|
+
gap: 48px;
|
|
37062
|
+
}
|
|
37063
|
+
|
|
37064
|
+
.xl\:gap-56{
|
|
37065
|
+
gap: 56px;
|
|
37066
|
+
}
|
|
37067
|
+
|
|
37068
|
+
.xl\:gap-64{
|
|
37069
|
+
gap: 64px;
|
|
37070
|
+
}
|
|
37071
|
+
|
|
37072
|
+
.xl\:gap-72{
|
|
37073
|
+
gap: 72px;
|
|
37074
|
+
}
|
|
37075
|
+
|
|
37076
|
+
.xl\:gap-8{
|
|
37077
|
+
gap: 8px;
|
|
37078
|
+
}
|
|
37079
|
+
|
|
37080
|
+
.xl\:gap-80{
|
|
37081
|
+
gap: 80px;
|
|
37082
|
+
}
|
|
37083
|
+
|
|
37084
|
+
.xl\:gap-88{
|
|
37085
|
+
gap: 88px;
|
|
37086
|
+
}
|
|
37087
|
+
|
|
37088
|
+
.xl\:gap-96{
|
|
37089
|
+
gap: 96px;
|
|
37090
|
+
}
|
|
37091
|
+
|
|
37092
|
+
.xl\:gap-full{
|
|
37093
|
+
gap: 100%;
|
|
37094
|
+
}
|
|
37095
|
+
|
|
37096
|
+
.xl\:gap-initial{
|
|
37097
|
+
gap: initial;
|
|
37098
|
+
}
|
|
37099
|
+
|
|
37100
|
+
.xl\:gap-x-0{
|
|
37101
|
+
-moz-column-gap: 0px;
|
|
37102
|
+
column-gap: 0px;
|
|
37103
|
+
}
|
|
37104
|
+
|
|
37105
|
+
.xl\:gap-x-104{
|
|
37106
|
+
-moz-column-gap: 104px;
|
|
37107
|
+
column-gap: 104px;
|
|
37108
|
+
}
|
|
37109
|
+
|
|
37110
|
+
.xl\:gap-x-112{
|
|
37111
|
+
-moz-column-gap: 112px;
|
|
37112
|
+
column-gap: 112px;
|
|
37113
|
+
}
|
|
37114
|
+
|
|
37115
|
+
.xl\:gap-x-120{
|
|
37116
|
+
-moz-column-gap: 120px;
|
|
37117
|
+
column-gap: 120px;
|
|
37118
|
+
}
|
|
37119
|
+
|
|
37120
|
+
.xl\:gap-x-128{
|
|
37121
|
+
-moz-column-gap: 128px;
|
|
37122
|
+
column-gap: 128px;
|
|
37123
|
+
}
|
|
37124
|
+
|
|
37125
|
+
.xl\:gap-x-16{
|
|
37126
|
+
-moz-column-gap: 16px;
|
|
37127
|
+
column-gap: 16px;
|
|
37128
|
+
}
|
|
37129
|
+
|
|
37130
|
+
.xl\:gap-x-24{
|
|
37131
|
+
-moz-column-gap: 24px;
|
|
37132
|
+
column-gap: 24px;
|
|
37133
|
+
}
|
|
37134
|
+
|
|
37135
|
+
.xl\:gap-x-256{
|
|
37136
|
+
-moz-column-gap: 256px;
|
|
37137
|
+
column-gap: 256px;
|
|
37138
|
+
}
|
|
37139
|
+
|
|
37140
|
+
.xl\:gap-x-32{
|
|
37141
|
+
-moz-column-gap: 32px;
|
|
37142
|
+
column-gap: 32px;
|
|
37143
|
+
}
|
|
37144
|
+
|
|
37145
|
+
.xl\:gap-x-40{
|
|
37146
|
+
-moz-column-gap: 40px;
|
|
37147
|
+
column-gap: 40px;
|
|
37148
|
+
}
|
|
37149
|
+
|
|
37150
|
+
.xl\:gap-x-48{
|
|
37151
|
+
-moz-column-gap: 48px;
|
|
37152
|
+
column-gap: 48px;
|
|
37153
|
+
}
|
|
37154
|
+
|
|
37155
|
+
.xl\:gap-x-56{
|
|
37156
|
+
-moz-column-gap: 56px;
|
|
37157
|
+
column-gap: 56px;
|
|
37158
|
+
}
|
|
37159
|
+
|
|
37160
|
+
.xl\:gap-x-64{
|
|
37161
|
+
-moz-column-gap: 64px;
|
|
37162
|
+
column-gap: 64px;
|
|
37163
|
+
}
|
|
37164
|
+
|
|
37165
|
+
.xl\:gap-x-72{
|
|
37166
|
+
-moz-column-gap: 72px;
|
|
37167
|
+
column-gap: 72px;
|
|
37168
|
+
}
|
|
37169
|
+
|
|
37170
|
+
.xl\:gap-x-8{
|
|
37171
|
+
-moz-column-gap: 8px;
|
|
37172
|
+
column-gap: 8px;
|
|
37173
|
+
}
|
|
37174
|
+
|
|
37175
|
+
.xl\:gap-x-80{
|
|
37176
|
+
-moz-column-gap: 80px;
|
|
37177
|
+
column-gap: 80px;
|
|
37178
|
+
}
|
|
37179
|
+
|
|
37180
|
+
.xl\:gap-x-88{
|
|
37181
|
+
-moz-column-gap: 88px;
|
|
37182
|
+
column-gap: 88px;
|
|
37183
|
+
}
|
|
37184
|
+
|
|
37185
|
+
.xl\:gap-x-96{
|
|
37186
|
+
-moz-column-gap: 96px;
|
|
37187
|
+
column-gap: 96px;
|
|
37188
|
+
}
|
|
37189
|
+
|
|
37190
|
+
.xl\:gap-x-full{
|
|
37191
|
+
-moz-column-gap: 100%;
|
|
37192
|
+
column-gap: 100%;
|
|
37193
|
+
}
|
|
37194
|
+
|
|
37195
|
+
.xl\:gap-x-initial{
|
|
37196
|
+
-moz-column-gap: initial;
|
|
37197
|
+
column-gap: initial;
|
|
37198
|
+
}
|
|
37199
|
+
|
|
37200
|
+
.xl\:gap-y-0{
|
|
37201
|
+
row-gap: 0px;
|
|
37202
|
+
}
|
|
37203
|
+
|
|
37204
|
+
.xl\:gap-y-104{
|
|
37205
|
+
row-gap: 104px;
|
|
37206
|
+
}
|
|
37207
|
+
|
|
37208
|
+
.xl\:gap-y-112{
|
|
37209
|
+
row-gap: 112px;
|
|
37210
|
+
}
|
|
37211
|
+
|
|
37212
|
+
.xl\:gap-y-120{
|
|
37213
|
+
row-gap: 120px;
|
|
37214
|
+
}
|
|
37215
|
+
|
|
37216
|
+
.xl\:gap-y-128{
|
|
37217
|
+
row-gap: 128px;
|
|
37218
|
+
}
|
|
37219
|
+
|
|
37220
|
+
.xl\:gap-y-16{
|
|
37221
|
+
row-gap: 16px;
|
|
37222
|
+
}
|
|
37223
|
+
|
|
37224
|
+
.xl\:gap-y-24{
|
|
37225
|
+
row-gap: 24px;
|
|
37226
|
+
}
|
|
37227
|
+
|
|
37228
|
+
.xl\:gap-y-256{
|
|
37229
|
+
row-gap: 256px;
|
|
37230
|
+
}
|
|
37231
|
+
|
|
37232
|
+
.xl\:gap-y-32{
|
|
37233
|
+
row-gap: 32px;
|
|
37234
|
+
}
|
|
37235
|
+
|
|
37236
|
+
.xl\:gap-y-40{
|
|
37237
|
+
row-gap: 40px;
|
|
37238
|
+
}
|
|
37239
|
+
|
|
37240
|
+
.xl\:gap-y-48{
|
|
37241
|
+
row-gap: 48px;
|
|
37242
|
+
}
|
|
37243
|
+
|
|
37244
|
+
.xl\:gap-y-56{
|
|
37245
|
+
row-gap: 56px;
|
|
37246
|
+
}
|
|
37247
|
+
|
|
37248
|
+
.xl\:gap-y-64{
|
|
37249
|
+
row-gap: 64px;
|
|
37250
|
+
}
|
|
37251
|
+
|
|
37252
|
+
.xl\:gap-y-72{
|
|
37253
|
+
row-gap: 72px;
|
|
37254
|
+
}
|
|
37255
|
+
|
|
37256
|
+
.xl\:gap-y-8{
|
|
37257
|
+
row-gap: 8px;
|
|
37258
|
+
}
|
|
37259
|
+
|
|
37260
|
+
.xl\:gap-y-80{
|
|
37261
|
+
row-gap: 80px;
|
|
37262
|
+
}
|
|
37263
|
+
|
|
37264
|
+
.xl\:gap-y-88{
|
|
37265
|
+
row-gap: 88px;
|
|
37266
|
+
}
|
|
37267
|
+
|
|
37268
|
+
.xl\:gap-y-96{
|
|
37269
|
+
row-gap: 96px;
|
|
37270
|
+
}
|
|
37271
|
+
|
|
37272
|
+
.xl\:gap-y-full{
|
|
37273
|
+
row-gap: 100%;
|
|
37274
|
+
}
|
|
37275
|
+
|
|
37276
|
+
.xl\:gap-y-initial{
|
|
37277
|
+
row-gap: initial;
|
|
37278
|
+
}
|
|
37279
|
+
|
|
35802
37280
|
.xl\:overflow-hidden{
|
|
35803
37281
|
overflow: hidden;
|
|
35804
37282
|
}
|
|
@@ -42041,3 +43519,7 @@ input[type]::placeholder{
|
|
|
42041
43519
|
.\[\&\>fieldset\]\:flex-wrap>fieldset{
|
|
42042
43520
|
flex-wrap: wrap;
|
|
42043
43521
|
}
|
|
43522
|
+
|
|
43523
|
+
.\[\&_\.switch-label\]\:border .switch-label{
|
|
43524
|
+
border-width: 1px;
|
|
43525
|
+
}
|