|
1103 | 1103 | .right-0 { |
1104 | 1104 | right: calc(var(--spacing) * 0); |
1105 | 1105 | } |
| 1106 | + .bottom-0 { |
| 1107 | + bottom: calc(var(--spacing) * 0); |
| 1108 | + } |
| 1109 | + .bottom-80 { |
| 1110 | + bottom: calc(var(--spacing) * 80); |
| 1111 | + } |
1106 | 1112 | .left-0 { |
1107 | 1113 | left: calc(var(--spacing) * 0); |
1108 | 1114 | } |
| 1115 | + .left-1\/2 { |
| 1116 | + left: calc(1/2 * 100%); |
| 1117 | + } |
1109 | 1118 | .hero-content { |
1110 | 1119 | @layer daisyui.component { |
1111 | 1120 | isolation: isolate; |
|
1117 | 1126 | padding: calc(0.25rem * 4); |
1118 | 1127 | } |
1119 | 1128 | } |
| 1129 | + .z-0 { |
| 1130 | + z-index: 0; |
| 1131 | + } |
1120 | 1132 | .z-10 { |
1121 | 1133 | z-index: 10; |
1122 | 1134 | } |
|
1169 | 1181 | .-mt-30 { |
1170 | 1182 | margin-top: calc(var(--spacing) * -30); |
1171 | 1183 | } |
| 1184 | + .mt-2 { |
| 1185 | + margin-top: calc(var(--spacing) * 2); |
| 1186 | + } |
1172 | 1187 | .mt-3 { |
1173 | 1188 | margin-top: calc(var(--spacing) * 3); |
1174 | 1189 | } |
|
1216 | 1231 | justify-content: flex-start; |
1217 | 1232 | } |
1218 | 1233 | } |
| 1234 | + .mask { |
| 1235 | + @layer daisyui.component { |
| 1236 | + display: inline-block; |
| 1237 | + vertical-align: middle; |
| 1238 | + mask-size: contain; |
| 1239 | + mask-repeat: no-repeat; |
| 1240 | + mask-position: center; |
| 1241 | + } |
| 1242 | + } |
1219 | 1243 | .block { |
1220 | 1244 | display: block; |
1221 | 1245 | } |
|
1247 | 1271 | .h-8 { |
1248 | 1272 | height: calc(var(--spacing) * 8); |
1249 | 1273 | } |
| 1274 | + .h-12 { |
| 1275 | + height: calc(var(--spacing) * 12); |
| 1276 | + } |
1250 | 1277 | .h-20 { |
1251 | 1278 | height: calc(var(--spacing) * 20); |
1252 | 1279 | } |
|
1256 | 1283 | .h-\[2px\] { |
1257 | 1284 | height: 2px; |
1258 | 1285 | } |
| 1286 | + .h-\[800px\] { |
| 1287 | + height: 800px; |
| 1288 | + } |
1259 | 1289 | .h-auto { |
1260 | 1290 | height: auto; |
1261 | 1291 | } |
|
1301 | 1331 | .w-\[336\.34px\] { |
1302 | 1332 | width: 336.34px; |
1303 | 1333 | } |
| 1334 | + .w-\[500px\] { |
| 1335 | + width: 500px; |
| 1336 | + } |
1304 | 1337 | .w-\[635px\] { |
1305 | 1338 | width: 635px; |
1306 | 1339 | } |
| 1340 | + .w-\[670px\] { |
| 1341 | + width: 670px; |
| 1342 | + } |
1307 | 1343 | .w-\[960px\] { |
1308 | 1344 | width: 960px; |
1309 | 1345 | } |
|
1352 | 1388 | .max-w-full { |
1353 | 1389 | max-width: 100%; |
1354 | 1390 | } |
| 1391 | + .-translate-x-1\/2 { |
| 1392 | + --tw-translate-x: calc(calc(1/2 * 100%) * -1); |
| 1393 | + translate: var(--tw-translate-x) var(--tw-translate-y); |
| 1394 | + } |
1355 | 1395 | .transform { |
1356 | 1396 | transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); |
1357 | 1397 | } |
|
1587 | 1627 | .py-4 { |
1588 | 1628 | padding-block: calc(var(--spacing) * 4); |
1589 | 1629 | } |
| 1630 | + .py-6 { |
| 1631 | + padding-block: calc(var(--spacing) * 6); |
| 1632 | + } |
1590 | 1633 | .py-12 { |
1591 | 1634 | padding-block: calc(var(--spacing) * 12); |
1592 | 1635 | } |
|
1811 | 1854 | } |
1812 | 1855 | } |
1813 | 1856 | } |
1814 | | - .md\:mt-\[-10em\] { |
1815 | | - @media (width >= 48rem) { |
1816 | | - margin-top: -10em; |
1817 | | - } |
1818 | | - } |
1819 | | - .md\:mb-\[-7em\] { |
| 1857 | + .md\:block { |
1820 | 1858 | @media (width >= 48rem) { |
1821 | | - margin-bottom: -7em; |
| 1859 | + display: block; |
1822 | 1860 | } |
1823 | 1861 | } |
1824 | | - .md\:block { |
| 1862 | + .md\:h-\[60px\] { |
1825 | 1863 | @media (width >= 48rem) { |
1826 | | - display: block; |
| 1864 | + height: 60px; |
1827 | 1865 | } |
1828 | 1866 | } |
1829 | 1867 | .md\:grid-cols-2 { |
|
1841 | 1879 | grid-template-columns: repeat(4, minmax(0, 1fr)); |
1842 | 1880 | } |
1843 | 1881 | } |
| 1882 | + .md\:flex-row { |
| 1883 | + @media (width >= 48rem) { |
| 1884 | + flex-direction: row; |
| 1885 | + } |
| 1886 | + } |
| 1887 | + .md\:space-y-0 { |
| 1888 | + @media (width >= 48rem) { |
| 1889 | + :where(& > :not(:last-child)) { |
| 1890 | + --tw-space-y-reverse: 0; |
| 1891 | + margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse)); |
| 1892 | + margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse))); |
| 1893 | + } |
| 1894 | + } |
| 1895 | + } |
| 1896 | + .md\:space-x-8 { |
| 1897 | + @media (width >= 48rem) { |
| 1898 | + :where(& > :not(:last-child)) { |
| 1899 | + --tw-space-x-reverse: 0; |
| 1900 | + margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse)); |
| 1901 | + margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse))); |
| 1902 | + } |
| 1903 | + } |
| 1904 | + } |
1844 | 1905 | .md\:px-16 { |
1845 | 1906 | @media (width >= 48rem) { |
1846 | 1907 | padding-inline: calc(var(--spacing) * 16); |
|
1858 | 1919 | line-height: var(--tw-leading, var(--text-6xl--line-height)); |
1859 | 1920 | } |
1860 | 1921 | } |
| 1922 | + .lg\:bottom-20 { |
| 1923 | + @media (width >= 64rem) { |
| 1924 | + bottom: calc(var(--spacing) * 20); |
| 1925 | + } |
| 1926 | + } |
| 1927 | + .lg\:mt-\[-20px\] { |
| 1928 | + @media (width >= 64rem) { |
| 1929 | + margin-top: -20px; |
| 1930 | + } |
| 1931 | + } |
| 1932 | + .lg\:ml-\[-70px\] { |
| 1933 | + @media (width >= 64rem) { |
| 1934 | + margin-left: -70px; |
| 1935 | + } |
| 1936 | + } |
1861 | 1937 | .lg\:block { |
1862 | 1938 | @media (width >= 64rem) { |
1863 | 1939 | display: block; |
|
1878 | 1954 | display: inline; |
1879 | 1955 | } |
1880 | 1956 | } |
| 1957 | + .lg\:h-\[950px\] { |
| 1958 | + @media (width >= 64rem) { |
| 1959 | + height: 950px; |
| 1960 | + } |
| 1961 | + } |
1881 | 1962 | .lg\:btn-wide { |
1882 | 1963 | @media (width >= 64rem) { |
1883 | 1964 | @layer daisyui.modifier { |
|
1886 | 1967 | } |
1887 | 1968 | } |
1888 | 1969 | } |
| 1970 | + .lg\:w-\[574\.49px\] { |
| 1971 | + @media (width >= 64rem) { |
| 1972 | + width: 574.49px; |
| 1973 | + } |
| 1974 | + } |
| 1975 | + .lg\:w-full { |
| 1976 | + @media (width >= 64rem) { |
| 1977 | + width: 100%; |
| 1978 | + } |
| 1979 | + } |
1889 | 1980 | .lg\:grid-cols-2 { |
1890 | 1981 | @media (width >= 64rem) { |
1891 | 1982 | grid-template-columns: repeat(2, minmax(0, 1fr)); |
1892 | 1983 | } |
1893 | 1984 | } |
| 1985 | + .lg\:bg-\[unset\] { |
| 1986 | + @media (width >= 64rem) { |
| 1987 | + background-color: unset; |
| 1988 | + } |
| 1989 | + } |
1894 | 1990 | .lg\:px-24 { |
1895 | 1991 | @media (width >= 64rem) { |
1896 | 1992 | padding-inline: calc(var(--spacing) * 24); |
@@ -2361,6 +2457,21 @@ body { |
2361 | 2457 | background-position-x: -115%; |
2362 | 2458 | } |
2363 | 2459 | } |
| 2460 | +@property --tw-translate-x { |
| 2461 | + syntax: "*"; |
| 2462 | + inherits: false; |
| 2463 | + initial-value: 0; |
| 2464 | +} |
| 2465 | +@property --tw-translate-y { |
| 2466 | + syntax: "*"; |
| 2467 | + inherits: false; |
| 2468 | + initial-value: 0; |
| 2469 | +} |
| 2470 | +@property --tw-translate-z { |
| 2471 | + syntax: "*"; |
| 2472 | + inherits: false; |
| 2473 | + initial-value: 0; |
| 2474 | +} |
2364 | 2475 | @property --tw-rotate-x { |
2365 | 2476 | syntax: "*"; |
2366 | 2477 | inherits: false; |
@@ -2512,6 +2623,9 @@ body { |
2512 | 2623 | @layer properties { |
2513 | 2624 | @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) { |
2514 | 2625 | *, ::before, ::after, ::backdrop { |
| 2626 | + --tw-translate-x: 0; |
| 2627 | + --tw-translate-y: 0; |
| 2628 | + --tw-translate-z: 0; |
2515 | 2629 | --tw-rotate-x: initial; |
2516 | 2630 | --tw-rotate-y: initial; |
2517 | 2631 | --tw-rotate-z: initial; |
|
0 commit comments