diff --git a/dist/tailshape.css b/dist/tailshape.css index 8f2d932..3ffe9ea 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -558,10 +558,6 @@ Ensure the default browser behavior of the `hidden` attribute. top: 0px; } -.right-4 { - right: 1rem; -} - .bottom-auto { bottom: auto; } @@ -578,6 +574,14 @@ Ensure the default browser behavior of the `hidden` attribute. bottom: 0px; } +.right-4 { + right: 1rem; +} + +.z-30 { + z-index: 30; +} + .z-20 { z-index: 20; } @@ -598,10 +602,6 @@ Ensure the default browser behavior of the `hidden` attribute. z-index: 40; } -.z-30 { - z-index: 30; -} - .order-1 { order: 1; } @@ -634,14 +634,14 @@ Ensure the default browser behavior of the `hidden` attribute. grid-column: span 6 / span 6; } -.col-auto { - grid-column: auto; -} - .col-span-8 { grid-column: span 8 / span 8; } +.col-auto { + grid-column: auto; +} + .float-right { float: right; } @@ -654,6 +654,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin: 0.25rem; } +.m-auto { + margin: auto; +} + .m-2 { margin: 0.5rem; } @@ -662,10 +666,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin: 2.5rem; } -.m-auto { - margin: auto; -} - .mx-auto { margin-left: auto; margin-right: auto; @@ -711,19 +711,9 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1.5rem; } -.mx-16 { - margin-left: 4rem; - margin-right: 4rem; -} - -.mx-8 { - margin-left: 2rem; - margin-right: 2rem; -} - -.my-8 { - margin-top: 2rem; - margin-bottom: 2rem; +.my-12 { + margin-top: 3rem; + margin-bottom: 3rem; } .my-5 { @@ -741,9 +731,19 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 0.5rem; } -.my-12 { - margin-top: 3rem; - margin-bottom: 3rem; +.mx-16 { + margin-left: 4rem; + margin-right: 4rem; +} + +.mx-8 { + margin-left: 2rem; + margin-right: 2rem; +} + +.my-8 { + margin-top: 2rem; + margin-bottom: 2rem; } .mt-12 { @@ -830,14 +830,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1rem; } -.mt-8 { - margin-top: 2rem; -} - -.mt-32 { - margin-top: 8rem; -} - .mt-0 { margin-top: 0px; } @@ -870,14 +862,46 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -5rem; } -.ml-4 { - margin-left: 1rem; +.mt-8 { + margin-top: 2rem; +} + +.mt-28 { + margin-top: 7rem; +} + +.ml-auto { + margin-left: auto; +} + +.mt-24 { + margin-top: 6rem; +} + +.-mt-4 { + margin-top: -1rem; +} + +.mr-4 { + margin-right: 1rem; +} + +.mt-32 { + margin-top: 8rem; } .mb-16 { margin-bottom: 4rem; } +.ml-4 { + margin-left: 1rem; +} + +.mr-3 { + margin-right: 0.75rem; +} + .mt-5 { margin-top: 1.25rem; } @@ -890,10 +914,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -3rem; } -.mr-4 { - margin-right: 1rem; -} - .-ml-1 { margin-left: -0.25rem; } @@ -906,8 +926,16 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 5rem; } -.mt-24 { - margin-top: 6rem; +.-ml-0 { + margin-left: -0px; +} + +.-mb-1 { + margin-bottom: -0.25rem; +} + +.mr-5 { + margin-right: 1.25rem; } .ml-0 { @@ -946,10 +974,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 5rem; } -.mr-5 { - margin-right: 1.25rem; -} - .-ml-2 { margin-left: -0.5rem; } @@ -982,30 +1006,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 2.5rem; } -.mt-28 { - margin-top: 7rem; -} - -.ml-auto { - margin-left: auto; -} - -.-mt-4 { - margin-top: -1rem; -} - -.mr-3 { - margin-right: 0.75rem; -} - -.-ml-0 { - margin-left: -0px; -} - -.-mb-1 { - margin-bottom: -0.25rem; -} - .block { display: block; } @@ -1058,14 +1058,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.5rem; } -.h-full { - height: 100%; -} - -.h-3 { - height: 0.75rem; -} - .h-px { height: 1px; } @@ -1074,6 +1066,18 @@ Ensure the default browser behavior of the `hidden` attribute. height: auto; } +.h-0 { + height: 0px; +} + +.h-full { + height: 100%; +} + +.h-3 { + height: 0.75rem; +} + .h-20 { height: 5rem; } @@ -1086,18 +1090,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 16rem; } -.h-24 { - height: 6rem; -} - -.h-0 { - height: 0px; -} - .h-0\.5 { height: 0.125rem; } +.h-24 { + height: 6rem; +} + .min-h-screen { min-height: 100vh; } @@ -1142,46 +1142,22 @@ Ensure the default browser behavior of the `hidden` attribute. width: 6rem; } -.w-12 { - width: 3rem; -} - .w-6 { width: 1.5rem; } -.w-3 { - width: 0.75rem; +.w-12 { + width: 3rem; } .w-40 { width: 10rem; } -.w-5\/6 { - width: 83.333333%; -} - -.w-11\/12 { - width: 91.666667%; -} - -.w-20 { - width: 5rem; -} - -.w-1\/2 { - width: 50%; -} - .w-2\/3 { width: 66.666667%; } -.w-screen { - width: 100vw; -} - .w-1\/3 { width: 33.333333%; } @@ -1202,6 +1178,34 @@ Ensure the default browser behavior of the `hidden` attribute. width: 75%; } +.w-1\/2 { + width: 50%; +} + +.w-3 { + width: 0.75rem; +} + +.w-36 { + width: 9rem; +} + +.w-5\/6 { + width: 83.333333%; +} + +.w-11\/12 { + width: 91.666667%; +} + +.w-20 { + width: 5rem; +} + +.w-screen { + width: 100vw; +} + .min-w-0 { min-width: 0px; } @@ -1226,10 +1230,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 80rem; } -.max-w-sm { - max-width: 24rem; -} - .max-w-md { max-width: 28rem; } @@ -1238,18 +1238,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 100%; } -.max-w-6xl { - max-width: 72rem; -} - -.max-w-xl { - max-width: 36rem; -} - -.max-w-4xl { - max-width: 56rem; -} - .max-w-2xl { max-width: 42rem; } @@ -1262,6 +1250,22 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 768px; } +.max-w-sm { + max-width: 24rem; +} + +.max-w-6xl { + max-width: 72rem; +} + +.max-w-xl { + max-width: 36rem; +} + +.max-w-4xl { + max-width: 56rem; +} + .flex-auto { flex: 1 1 auto; } @@ -1450,6 +1454,11 @@ Ensure the default browser behavior of the `hidden` attribute. row-gap: 2rem; } +.gap-x-4 { + -moz-column-gap: 1rem; + column-gap: 1rem; +} + .space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); @@ -1492,18 +1501,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } -.space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); -} - -.space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); -} - .space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); @@ -1516,10 +1513,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); } -.space-x-0 > :not([hidden]) ~ :not([hidden]) { +.space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); + margin-right: calc(0.5rem * var(--tw-space-x-reverse)); + margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-8 > :not([hidden]) ~ :not([hidden]) { @@ -1528,6 +1525,24 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); } +.space-y-12 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(3rem * var(--tw-space-y-reverse)); +} + +.space-y-5 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); +} + +.space-x-0 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0px * var(--tw-space-x-reverse)); + margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); +} + .space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1.25rem * var(--tw-space-x-reverse)); @@ -1540,6 +1555,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); } +.space-y-reverse > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 1; +} + .divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); @@ -1638,14 +1657,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-width: 1px; } -.border-2 { - border-width: 2px; -} - .border-0 { border-width: 0px; } +.border-2 { + border-width: 2px; +} + .border-4 { border-width: 4px; } @@ -1658,10 +1677,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-top-width: 1px; } -.border-b-4 { - border-bottom-width: 4px; -} - .border-t-2 { border-top-width: 2px; } @@ -1670,6 +1685,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-left-width: 1px; } +.border-b-4 { + border-bottom-width: 4px; +} + .border-none { border-style: none; } @@ -1689,19 +1708,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(243 244 246 / var(--tw-border-opacity)); } -.border-white\/10 { - border-color: rgb(255 255 255 / 0.1); -} - .border-gray-200 { --tw-border-opacity: 1; border-color: rgb(229 231 235 / var(--tw-border-opacity)); } -.border-white\/25 { - border-color: rgb(255 255 255 / 0.25); -} - .border-gray-700 { --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity)); @@ -1712,15 +1723,38 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(156 163 175 / var(--tw-border-opacity)); } +.border-gray-600 { + --tw-border-opacity: 1; + border-color: rgb(75 85 99 / var(--tw-border-opacity)); +} + +.border-white { + --tw-border-opacity: 1; + border-color: rgb(255 255 255 / var(--tw-border-opacity)); +} + +.border-white\/10 { + border-color: rgb(255 255 255 / 0.1); +} + .border-transparent { border-color: transparent; } +.border-white\/25 { + border-color: rgb(255 255 255 / 0.25); +} + .border-pink-500 { --tw-border-opacity: 1; border-color: rgb(236 72 153 / var(--tw-border-opacity)); } +.border-blue-700 { + --tw-border-opacity: 1; + border-color: rgb(29 78 216 / var(--tw-border-opacity)); +} + .border-black { --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); @@ -1746,21 +1780,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(20 184 166 / var(--tw-border-opacity)); } -.border-gray-600 { - --tw-border-opacity: 1; - border-color: rgb(75 85 99 / var(--tw-border-opacity)); -} - -.border-white { - --tw-border-opacity: 1; - border-color: rgb(255 255 255 / var(--tw-border-opacity)); -} - -.border-blue-700 { - --tw-border-opacity: 1; - border-color: rgb(29 78 216 / var(--tw-border-opacity)); -} - .bg-gray-100 { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); @@ -1801,11 +1820,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(126 34 206 / var(--tw-bg-opacity)); } -.bg-black { - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} - .bg-gray-300 { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity)); @@ -1815,14 +1829,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } -.bg-red-700 { +.bg-black { --tw-bg-opacity: 1; - background-color: rgb(185 28 28 / var(--tw-bg-opacity)); -} - -.bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } .bg-gray-200 { @@ -1830,9 +1839,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(229 231 235 / var(--tw-bg-opacity)); } -.bg-green-600 { +.bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgb(22 163 74 / var(--tw-bg-opacity)); + background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } .bg-yellow-500 { @@ -1840,9 +1849,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } -.bg-purple-500 { +.bg-indigo-50 { --tw-bg-opacity: 1; - background-color: rgb(168 85 247 / var(--tw-bg-opacity)); + background-color: rgb(238 242 255 / var(--tw-bg-opacity)); } .bg-indigo-600 { @@ -1850,6 +1859,56 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(79 70 229 / var(--tw-bg-opacity)); } +.bg-cyan-100 { + --tw-bg-opacity: 1; + background-color: rgb(207 250 254 / var(--tw-bg-opacity)); +} + +.bg-cyan-300 { + --tw-bg-opacity: 1; + background-color: rgb(103 232 249 / var(--tw-bg-opacity)); +} + +.bg-red-500 { + --tw-bg-opacity: 1; + background-color: rgb(239 68 68 / var(--tw-bg-opacity)); +} + +.bg-orange-500 { + --tw-bg-opacity: 1; + background-color: rgb(249 115 22 / var(--tw-bg-opacity)); +} + +.bg-gray-600 { + --tw-bg-opacity: 1; + background-color: rgb(75 85 99 / var(--tw-bg-opacity)); +} + +.bg-red-700 { + --tw-bg-opacity: 1; + background-color: rgb(185 28 28 / var(--tw-bg-opacity)); +} + +.bg-purple-600 { + --tw-bg-opacity: 1; + background-color: rgb(147 51 234 / var(--tw-bg-opacity)); +} + +.bg-gray-400 { + --tw-bg-opacity: 1; + background-color: rgb(156 163 175 / var(--tw-bg-opacity)); +} + +.bg-green-600 { + --tw-bg-opacity: 1; + background-color: rgb(22 163 74 / var(--tw-bg-opacity)); +} + +.bg-purple-500 { + --tw-bg-opacity: 1; + background-color: rgb(168 85 247 / var(--tw-bg-opacity)); +} + .bg-green-500 { --tw-bg-opacity: 1; background-color: rgb(34 197 94 / var(--tw-bg-opacity)); @@ -1875,16 +1934,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(30 64 175 / var(--tw-bg-opacity)); } -.bg-orange-500 { - --tw-bg-opacity: 1; - background-color: rgb(249 115 22 / var(--tw-bg-opacity)); -} - .bg-blue-100 { --tw-bg-opacity: 1; background-color: rgb(219 234 254 / var(--tw-bg-opacity)); } +.bg-blue-700 { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)); +} + +.bg-teal-500 { + --tw-bg-opacity: 1; + background-color: rgb(20 184 166 / var(--tw-bg-opacity)); +} + .bg-indigo-700 { --tw-bg-opacity: 1; background-color: rgb(67 56 202 / var(--tw-bg-opacity)); @@ -1905,11 +1969,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(96 165 250 / var(--tw-bg-opacity)); } -.bg-teal-500 { - --tw-bg-opacity: 1; - background-color: rgb(20 184 166 / var(--tw-bg-opacity)); -} - .bg-green-400 { --tw-bg-opacity: 1; background-color: rgb(74 222 128 / var(--tw-bg-opacity)); @@ -1920,44 +1979,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(192 132 252 / var(--tw-bg-opacity)); } -.bg-gray-400 { +.bg-red-400 { --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgb(238 242 255 / var(--tw-bg-opacity)); -} - -.bg-cyan-100 { - --tw-bg-opacity: 1; - background-color: rgb(207 250 254 / var(--tw-bg-opacity)); -} - -.bg-cyan-300 { - --tw-bg-opacity: 1; - background-color: rgb(103 232 249 / var(--tw-bg-opacity)); -} - -.bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgb(239 68 68 / var(--tw-bg-opacity)); -} - -.bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); -} - -.bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgb(147 51 234 / var(--tw-bg-opacity)); -} - -.bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); + background-color: rgb(248 113 113 / var(--tw-bg-opacity)); } .bg-opacity-50 { @@ -2011,14 +2035,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-repeat: no-repeat; } -.fill-current { - fill: currentColor; -} - .fill-black { fill: #000; } +.fill-current { + fill: currentColor; +} + .fill-green-600 { fill: #16a34a; } @@ -2027,6 +2051,30 @@ Ensure the default browser behavior of the `hidden` attribute. fill: #22c55e; } +.fill-red-400 { + fill: #f87171; +} + +.fill-gray-900 { + fill: #111827; +} + +.fill-gray-300 { + fill: #d1d5db; +} + +.fill-gray-800 { + fill: #1f2937; +} + +.fill-rose-600 { + fill: #e11d48; +} + +.fill-red-600 { + fill: #dc2626; +} + .object-cover { -o-object-fit: cover; object-fit: cover; @@ -2049,14 +2097,14 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 1rem; } -.p-2 { - padding: 0.5rem; -} - .p-1 { padding: 0.25rem; } +.p-2 { + padding: 0.5rem; +} + .p-8 { padding: 2rem; } @@ -2127,16 +2175,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 1.5rem; } -.py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; -} - -.px-12 { - padding-left: 3rem; - padding-right: 3rem; -} - .py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -2162,11 +2200,26 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 0.25rem; } +.py-3 { + padding-top: 0.75rem; + padding-bottom: 0.75rem; +} + +.px-20 { + padding-left: 5rem; + padding-right: 5rem; +} + .px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } +.px-12 { + padding-left: 3rem; + padding-right: 3rem; +} + .px-1 { padding-left: 0.25rem; padding-right: 0.25rem; @@ -2177,11 +2230,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2rem; } -.px-20 { - padding-left: 5rem; - padding-right: 5rem; -} - .py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -2192,21 +2240,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 0px; } -.py-2\.5 { - padding-top: 0.625rem; - padding-bottom: 0.625rem; -} - .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } -.py-48 { - padding-top: 12rem; - padding-bottom: 12rem; -} - .pl-3 { padding-left: 0.75rem; } @@ -2255,6 +2293,18 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 2rem; } +.pb-4 { + padding-bottom: 1rem; +} + +.pb-2 { + padding-bottom: 0.5rem; +} + +.pb-8 { + padding-bottom: 2rem; +} + .pt-32 { padding-top: 8rem; } @@ -2263,18 +2313,14 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 3rem; } -.pb-4 { - padding-bottom: 1rem; +.pl-10 { + padding-left: 2.5rem; } .pr-12 { padding-right: 3rem; } -.pl-10 { - padding-left: 2.5rem; -} - .pr-5 { padding-right: 1.25rem; } @@ -2295,8 +2341,16 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 0px; } -.pb-8 { - padding-bottom: 2rem; +.pr-4 { + padding-right: 1rem; +} + +.pl-24 { + padding-left: 6rem; +} + +.pl-6 { + padding-left: 1.5rem; } .pt-48 { @@ -2335,24 +2389,8 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 14rem; } -.pb-2 { - padding-bottom: 0.5rem; -} - -.pr-4 { - padding-right: 1rem; -} - -.pl-24 { - padding-left: 6rem; -} - -.pl-6 { - padding-left: 1.5rem; -} - -.pl-1 { - padding-left: 0.25rem; +.pb-3 { + padding-bottom: 0.75rem; } .text-left { @@ -2405,16 +2443,21 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; -} - .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } +.text-7xl { + font-size: 4.5rem; + line-height: 1; +} + +.text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; +} + .text-5xl { font-size: 3rem; line-height: 1; @@ -2425,11 +2468,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } -.text-7xl { - font-size: 4.5rem; - line-height: 1; -} - .font-medium { font-weight: 500; } @@ -2442,10 +2480,6 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 600; } -.font-extrabold { - font-weight: 800; -} - .font-normal { font-weight: 400; } @@ -2454,6 +2488,10 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 300; } +.font-extrabold { + font-weight: 800; +} + .font-black { font-weight: 900; } @@ -2490,6 +2528,10 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } +.leading-5 { + line-height: 1.25rem; +} + .leading-tight { line-height: 1.25; } @@ -2498,16 +2540,16 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.375; } +.leading-6 { + line-height: 1.5rem; +} + .leading-10 { line-height: 2.5rem; } -.leading-5 { - line-height: 1.25rem; -} - -.leading-6 { - line-height: 1.5rem; +.leading-4 { + line-height: 1rem; } .tracking-wide { @@ -2565,6 +2607,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(209 213 219 / var(--tw-text-opacity)); } +.text-purple-400 { + --tw-text-opacity: 1; + color: rgb(192 132 252 / var(--tw-text-opacity)); +} + .text-gray-800 { --tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity)); @@ -2610,6 +2657,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(55 65 81 / var(--tw-text-opacity)); } +.text-blue-900 { + --tw-text-opacity: 1; + color: rgb(30 58 138 / var(--tw-text-opacity)); +} + .text-purple-600 { --tw-text-opacity: 1; color: rgb(147 51 234 / var(--tw-text-opacity)); @@ -2620,21 +2672,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(167 139 250 / var(--tw-text-opacity)); } -.text-green-600 { - --tw-text-opacity: 1; - color: rgb(22 163 74 / var(--tw-text-opacity)); -} - -.text-blue-900 { - --tw-text-opacity: 1; - color: rgb(30 58 138 / var(--tw-text-opacity)); -} - -.text-purple-400 { - --tw-text-opacity: 1; - color: rgb(192 132 252 / var(--tw-text-opacity)); -} - .text-yellow-500 { --tw-text-opacity: 1; color: rgb(234 179 8 / var(--tw-text-opacity)); @@ -2645,21 +2682,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(249 250 251 / var(--tw-text-opacity)); } -.text-purple-500 { - --tw-text-opacity: 1; - color: rgb(168 85 247 / var(--tw-text-opacity)); -} - -.text-indigo-500 { - --tw-text-opacity: 1; - color: rgb(99 102 241 / var(--tw-text-opacity)); -} - -.text-indigo-600 { - --tw-text-opacity: 1; - color: rgb(79 70 229 / var(--tw-text-opacity)); -} - .text-gray-200 { --tw-text-opacity: 1; color: rgb(229 231 235 / var(--tw-text-opacity)); @@ -2670,28 +2692,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(0 0 0 / var(--tw-text-opacity)); } -.text-yellow-400 { +.text-pink-400 { --tw-text-opacity: 1; - color: rgb(250 204 21 / var(--tw-text-opacity)); -} - -.text-blue-400 { - --tw-text-opacity: 1; - color: rgb(96 165 250 / var(--tw-text-opacity)); -} - -.text-blue-800 { - --tw-text-opacity: 1; - color: rgb(30 64 175 / var(--tw-text-opacity)); -} - -.text-transparent { - color: transparent; -} - -.text-pink-500 { - --tw-text-opacity: 1; - color: rgb(236 72 153 / var(--tw-text-opacity)); + color: rgb(244 114 182 / var(--tw-text-opacity)); } .text-green-500 { @@ -2699,26 +2702,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(34 197 94 / var(--tw-text-opacity)); } -.text-yellow-900 { - --tw-text-opacity: 1; - color: rgb(113 63 18 / var(--tw-text-opacity)); -} - -.text-teal-500 { - --tw-text-opacity: 1; - color: rgb(20 184 166 / var(--tw-text-opacity)); -} - -.text-green-400 { - --tw-text-opacity: 1; - color: rgb(74 222 128 / var(--tw-text-opacity)); -} - -.text-pink-400 { - --tw-text-opacity: 1; - color: rgb(244 114 182 / var(--tw-text-opacity)); -} - .text-pink-700 { --tw-text-opacity: 1; color: rgb(190 24 93 / var(--tw-text-opacity)); @@ -2734,14 +2717,83 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(29 78 216 / var(--tw-text-opacity)); } +.text-blue-400 { + --tw-text-opacity: 1; + color: rgb(96 165 250 / var(--tw-text-opacity)); +} + .text-green-700 { --tw-text-opacity: 1; color: rgb(21 128 61 / var(--tw-text-opacity)); } -.text-slate-900 { +.text-green-400 { --tw-text-opacity: 1; - color: rgb(15 23 42 / var(--tw-text-opacity)); + color: rgb(74 222 128 / var(--tw-text-opacity)); +} + +.text-green-600 { + --tw-text-opacity: 1; + color: rgb(22 163 74 / var(--tw-text-opacity)); +} + +.text-purple-500 { + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} + +.text-indigo-500 { + --tw-text-opacity: 1; + color: rgb(99 102 241 / var(--tw-text-opacity)); +} + +.text-indigo-600 { + --tw-text-opacity: 1; + color: rgb(79 70 229 / var(--tw-text-opacity)); +} + +.text-yellow-400 { + --tw-text-opacity: 1; + color: rgb(250 204 21 / var(--tw-text-opacity)); +} + +.text-blue-800 { + --tw-text-opacity: 1; + color: rgb(30 64 175 / var(--tw-text-opacity)); +} + +.text-transparent { + color: transparent; +} + +.text-pink-500 { + --tw-text-opacity: 1; + color: rgb(236 72 153 / var(--tw-text-opacity)); +} + +.text-yellow-900 { + --tw-text-opacity: 1; + color: rgb(113 63 18 / var(--tw-text-opacity)); +} + +.text-teal-500 { + --tw-text-opacity: 1; + color: rgb(20 184 166 / var(--tw-text-opacity)); +} + +.text-red-400 { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + +.text-cyan-300 { + --tw-text-opacity: 1; + color: rgb(103 232 249 / var(--tw-text-opacity)); +} + +.text-cyan-800 { + --tw-text-opacity: 1; + color: rgb(21 94 117 / var(--tw-text-opacity)); } .underline { @@ -2759,6 +2811,21 @@ Ensure the default browser behavior of the `hidden` attribute. -moz-osx-font-smoothing: grayscale; } +.placeholder-gray-50::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(249 250 251 / var(--tw-placeholder-opacity)); +} + +.placeholder-gray-50:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(249 250 251 / var(--tw-placeholder-opacity)); +} + +.placeholder-gray-50::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(249 250 251 / var(--tw-placeholder-opacity)); +} + .placeholder-gray-400::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgb(156 163 175 / var(--tw-placeholder-opacity)); @@ -2774,19 +2841,19 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(156 163 175 / var(--tw-placeholder-opacity)); } -.placeholder-gray-50::-moz-placeholder { +.placeholder-gray-800::-moz-placeholder { --tw-placeholder-opacity: 1; - color: rgb(249 250 251 / var(--tw-placeholder-opacity)); + color: rgb(31 41 55 / var(--tw-placeholder-opacity)); } -.placeholder-gray-50:-ms-input-placeholder { +.placeholder-gray-800:-ms-input-placeholder { --tw-placeholder-opacity: 1; - color: rgb(249 250 251 / var(--tw-placeholder-opacity)); + color: rgb(31 41 55 / var(--tw-placeholder-opacity)); } -.placeholder-gray-50::placeholder { +.placeholder-gray-800::placeholder { --tw-placeholder-opacity: 1; - color: rgb(249 250 251 / var(--tw-placeholder-opacity)); + color: rgb(31 41 55 / var(--tw-placeholder-opacity)); } .opacity-50 { @@ -2850,10 +2917,19 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } -.ring { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +.drop-shadow-lg { + --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.drop-shadow-md { + --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.drop-shadow { + --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .filter { @@ -2894,6 +2970,10 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 700ms; } +.duration-100 { + transition-duration: 100ms; +} + .duration-150 { transition-duration: 150ms; } @@ -2902,10 +2982,6 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 500ms; } -.duration-100 { - transition-duration: 100ms; -} - .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @@ -2993,16 +3069,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(255 255 255 / var(--tw-border-opacity)); } -.hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); -} - -.hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} - .hover\:bg-gray-50:hover { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); @@ -3023,6 +3089,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(79 70 229 / var(--tw-bg-opacity)); } +.hover\:bg-purple-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(126 34 206 / var(--tw-bg-opacity)); +} + +.hover\:bg-blue-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)); +} + +.hover\:bg-white:hover { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} + .hover\:bg-gray-200:hover { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity)); @@ -3067,6 +3148,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(30 64 175 / var(--tw-bg-opacity)); } +.hover\:bg-gray-100:hover { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} + +.hover\:bg-gray-300:hover { + --tw-bg-opacity: 1; + background-color: rgb(209 213 219 / var(--tw-bg-opacity)); +} + +.hover\:bg-gray-600:hover { + --tw-bg-opacity: 1; + background-color: rgb(75 85 99 / var(--tw-bg-opacity)); +} + .hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); @@ -3077,39 +3173,19 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } -.hover\:bg-purple-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(126 34 206 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); -} - -.hover\:bg-purple-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(168 85 247 / var(--tw-bg-opacity)); -} - -.hover\:text-purple-800:hover { +.hover\:text-purple-200:hover { --tw-text-opacity: 1; - color: rgb(107 33 168 / var(--tw-text-opacity)); + color: rgb(233 213 255 / var(--tw-text-opacity)); +} + +.hover\:text-purple-400:hover { + --tw-text-opacity: 1; + color: rgb(192 132 252 / var(--tw-text-opacity)); +} + +.hover\:text-purple-300:hover { + --tw-text-opacity: 1; + color: rgb(216 180 254 / var(--tw-text-opacity)); } .hover\:text-teal-400:hover { @@ -3132,9 +3208,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(147 51 234 / var(--tw-text-opacity)); } -.hover\:text-red-500:hover { +.hover\:text-purple-800:hover { --tw-text-opacity: 1; - color: rgb(239 68 68 / var(--tw-text-opacity)); + color: rgb(107 33 168 / var(--tw-text-opacity)); } .hover\:text-blue-700:hover { @@ -3142,16 +3218,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(29 78 216 / var(--tw-text-opacity)); } -.hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgb(233 213 255 / var(--tw-text-opacity)); -} - -.hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgb(192 132 252 / var(--tw-text-opacity)); -} - .hover\:text-gray-500:hover { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); @@ -3162,6 +3228,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(31 41 55 / var(--tw-text-opacity)); } +.hover\:text-red-500:hover { + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} + .hover\:text-blue-400:hover { --tw-text-opacity: 1; color: rgb(96 165 250 / var(--tw-text-opacity)); @@ -3172,41 +3243,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(244 114 182 / var(--tw-text-opacity)); } -.hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgb(168 85 247 / var(--tw-text-opacity)); -} - -.hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.hover\:text-gray-300:hover { - --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); -} - .hover\:text-indigo-600:hover { --tw-text-opacity: 1; color: rgb(79 70 229 / var(--tw-text-opacity)); } -.hover\:text-gray-600:hover { - --tw-text-opacity: 1; - color: rgb(75 85 99 / var(--tw-text-opacity)); -} - -.hover\:text-purple-300:hover { - --tw-text-opacity: 1; - color: rgb(216 180 254 / var(--tw-text-opacity)); -} - .hover\:text-gray-400:hover { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); } +.hover\:text-white:hover { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + .hover\:text-orange-500:hover { --tw-text-opacity: 1; color: rgb(249 115 22 / var(--tw-text-opacity)); @@ -3232,6 +3283,41 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(234 179 8 / var(--tw-text-opacity)); } +.hover\:text-black:hover { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +.hover\:text-purple-500:hover { + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} + +.hover\:text-gray-300:hover { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} + +.hover\:text-gray-600:hover { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + +.hover\:text-red-400:hover { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + +.hover\:text-blue-500:hover { + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)); +} + +.hover\:text-pink-600:hover { + --tw-text-opacity: 1; + color: rgb(219 39 119 / var(--tw-text-opacity)); +} + .hover\:text-opacity-75:hover { --tw-text-opacity: 0.75; } @@ -3251,6 +3337,12 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } +.hover\:shadow-md:hover { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + .hover\:shadow-xl:hover { --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); @@ -3263,17 +3355,20 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.hover\:shadow-md:hover { - --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - .focus\:border-indigo-500:focus { --tw-border-opacity: 1; border-color: rgb(99 102 241 / var(--tw-border-opacity)); } +.focus\:border-gray-500:focus { + --tw-border-opacity: 1; + border-color: rgb(107 114 128 / var(--tw-border-opacity)); +} + +.focus\:border-transparent:focus { + border-color: transparent; +} + .focus\:border-purple-600:focus { --tw-border-opacity: 1; border-color: rgb(147 51 234 / var(--tw-border-opacity)); @@ -3294,15 +3389,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(202 138 4 / var(--tw-border-opacity)); } -.focus\:border-gray-500:focus { - --tw-border-opacity: 1; - border-color: rgb(107 114 128 / var(--tw-border-opacity)); -} - -.focus\:border-transparent:focus { - border-color: transparent; -} - .focus\:bg-transparent:focus { background-color: transparent; } @@ -3322,11 +3408,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(209 213 219 / var(--tw-bg-opacity)); } +.focus\:bg-white:focus { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} + .focus\:text-white:focus { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } +.focus\:underline:focus { + -webkit-text-decoration-line: underline; + text-decoration-line: underline; +} + .focus\:placeholder-transparent:focus::-moz-placeholder { color: transparent; } @@ -3362,12 +3458,6 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } -.focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} - .focus\:ring-gray-300:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)); @@ -3393,11 +3483,26 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity)); } +.focus\:ring-gray-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity)); +} + .focus\:ring-blue-500:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)); } +.focus\:ring-teal-400:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity)); +} + +.focus\:ring-gray-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); +} + .focus\:ring-opacity-40:focus { --tw-ring-opacity: 0.4; } @@ -3414,21 +3519,26 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-offset-color: #e9d5ff; } -.active\:bg-blue-500:active { - --tw-bg-opacity: 1; - background-color: rgb(59 130 246 / var(--tw-bg-opacity)); -} - .active\:bg-yellow-400:active { --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); } +.active\:bg-blue-500:active { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} + .active\:bg-teal-600:active { --tw-bg-opacity: 1; background-color: rgb(13 148 136 / var(--tw-bg-opacity)); } +.active\:bg-teal-400:active { + --tw-bg-opacity: 1; + background-color: rgb(45 212 191 / var(--tw-bg-opacity)); +} + .dark .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgb(75 85 99 / var(--tw-divide-opacity)); @@ -3457,6 +3567,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(75 85 99 / var(--tw-border-opacity)); } +.dark .dark\:border-gray-50 { + --tw-border-opacity: 1; + border-color: rgb(249 250 251 / var(--tw-border-opacity)); +} + +.dark .dark\:border-white { + --tw-border-opacity: 1; + border-color: rgb(255 255 255 / var(--tw-border-opacity)); +} + .dark .dark\:bg-emerald-900 { --tw-bg-opacity: 1; background-color: rgb(6 78 59 / var(--tw-bg-opacity)); @@ -3467,11 +3587,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(31 41 55 / var(--tw-bg-opacity)); } -.dark .dark\:bg-violet-400 { - --tw-bg-opacity: 1; - background-color: rgb(167 139 250 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-purple-800 { --tw-bg-opacity: 1; background-color: rgb(107 33 168 / var(--tw-bg-opacity)); @@ -3487,6 +3602,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } +.dark .dark\:bg-violet-400 { + --tw-bg-opacity: 1; + background-color: rgb(167 139 250 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-indigo-400 { --tw-bg-opacity: 1; background-color: rgb(129 140 248 / var(--tw-bg-opacity)); @@ -3502,11 +3622,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(125 211 252 / var(--tw-bg-opacity)); } -.dark .dark\:bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-indigo-600 { --tw-bg-opacity: 1; background-color: rgb(79 70 229 / var(--tw-bg-opacity)); @@ -3517,14 +3632,19 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(19 78 74 / var(--tw-bg-opacity)); } +.dark .dark\:bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-blue-600 { --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity)); } -.dark .dark\:bg-gray-300 { +.dark .dark\:bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); + background-color: rgb(156 163 175 / var(--tw-bg-opacity)); } .dark .dark\:bg-opacity-40 { @@ -3535,6 +3655,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-image: linear-gradient(to right, var(--tw-gradient-stops)); } +.dark .dark\:from-black { + --tw-gradient-from: #000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0)); +} + .dark .dark\:from-emerald-800 { --tw-gradient-from: #065f46; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 95 70 / 0)); @@ -3545,15 +3670,14 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(5 150 105 / 0)); } -.dark .dark\:from-black { - --tw-gradient-from: #000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0)); -} - .dark .dark\:via-emerald-500 { --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgb(16 185 129 / 0)); } +.dark .dark\:to-green-800 { + --tw-gradient-to: #166534; +} + .dark .dark\:to-cyan-800 { --tw-gradient-to: #155e75; } @@ -3562,10 +3686,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-to: #14b8a6; } -.dark .dark\:to-green-800 { - --tw-gradient-to: #166534; -} - .dark .dark\:fill-white { fill: #fff; } @@ -3578,6 +3698,10 @@ Ensure the default browser behavior of the `hidden` attribute. fill: #22d3ee; } +.dark .dark\:fill-gray-300 { + fill: #d1d5db; +} + .dark .dark\:p-1 { padding: 0.25rem; } @@ -3595,14 +3719,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(255 255 255 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-50 { +.dark .dark\:text-gray-300 { --tw-text-opacity: 1; - color: rgb(249 250 251 / var(--tw-text-opacity)); -} - -.dark .dark\:text-gray-900 { - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); + color: rgb(209 213 219 / var(--tw-text-opacity)); } .dark .dark\:text-purple-400 { @@ -3610,6 +3729,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(192 132 252 / var(--tw-text-opacity)); } +.dark .dark\:text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + .dark .dark\:text-purple-300 { --tw-text-opacity: 1; color: rgb(216 180 254 / var(--tw-text-opacity)); @@ -3625,19 +3749,24 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(229 231 235 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-300 { - --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); -} - .dark .dark\:text-purple-700 { --tw-text-opacity: 1; color: rgb(126 34 206 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-400 { +.dark .dark\:text-sky-400 { --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); + color: rgb(56 189 248 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-50 { + --tw-text-opacity: 1; + color: rgb(249 250 251 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-900 { + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); } .dark .dark\:text-gray-100 { @@ -3650,16 +3779,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(107 114 128 / var(--tw-text-opacity)); } -.dark .dark\:text-violet-400 { - --tw-text-opacity: 1; - color: rgb(167 139 250 / var(--tw-text-opacity)); -} - -.dark .dark\:text-sky-400 { - --tw-text-opacity: 1; - color: rgb(56 189 248 / var(--tw-text-opacity)); -} - .dark .dark\:text-sky-300 { --tw-text-opacity: 1; color: rgb(125 211 252 / var(--tw-text-opacity)); @@ -3670,9 +3789,49 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(103 232 249 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-800 { +.dark .dark\:text-violet-400 { --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); + color: rgb(167 139 250 / var(--tw-text-opacity)); +} + +.dark .dark\:text-cyan-400 { + --tw-text-opacity: 1; + color: rgb(34 211 238 / var(--tw-text-opacity)); +} + +.dark .dark\:text-green-400 { + --tw-text-opacity: 1; + color: rgb(74 222 128 / var(--tw-text-opacity)); +} + +.dark .dark\:text-red-400 { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + +.dark .dark\:text-cyan-600 { + --tw-text-opacity: 1; + color: rgb(8 145 178 / var(--tw-text-opacity)); +} + +.dark .dark\:text-red-300 { + --tw-text-opacity: 1; + color: rgb(252 165 165 / var(--tw-text-opacity)); +} + +.dark .dark\:placeholder-white::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(255 255 255 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-white:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(255 255 255 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-white::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(255 255 255 / var(--tw-placeholder-opacity)); } .dark .dark\:ring-2 { @@ -3711,16 +3870,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(55 65 81 / var(--tw-bg-opacity)); } -.dark .dark\:hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); -} - -.dark .hover\:dark\:text-violet-400:hover { - --tw-text-opacity: 1; - color: rgb(167 139 250 / var(--tw-text-opacity)); -} - .dark .dark\:hover\:text-purple-500:hover { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -3741,6 +3890,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(107 33 168 / var(--tw-text-opacity)); } +.dark .dark\:hover\:text-sky-800:hover { + --tw-text-opacity: 1; + color: rgb(7 89 133 / var(--tw-text-opacity)); +} + +.dark .hover\:dark\:text-violet-400:hover { + --tw-text-opacity: 1; + color: rgb(167 139 250 / var(--tw-text-opacity)); +} + .dark .dark\:hover\:text-gray-300:hover { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); @@ -3751,11 +3910,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(255 255 255 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-sky-800:hover { - --tw-text-opacity: 1; - color: rgb(7 89 133 / var(--tw-text-opacity)); -} - .dark .dark\:hover\:text-sky-300:hover { --tw-text-opacity: 1; color: rgb(125 211 252 / var(--tw-text-opacity)); @@ -3791,19 +3945,29 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(229 231 235 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} - .dark .dark\:hover\:text-gray-500:hover { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); } -.dark .dark .dark\:hover\:dark\:hover\:text-gray-500:hover:hover { +.dark .dark\:hover\:text-blue-500:hover { --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); + color: rgb(59 130 246 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-black:hover { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-pink-600:hover { + --tw-text-opacity: 1; + color: rgb(219 39 119 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-gray-800:hover { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); } .dark .dark\:hover\:ring-purple-400:hover { @@ -3831,11 +3995,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity)); } -.dark .dark\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity)); -} - @media (min-width: 640px) { .sm\:relative { position: relative; @@ -3880,14 +4039,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: auto; } - .sm\:ml-4 { - margin-left: 1rem; - } - .sm\:mr-4 { margin-right: 1rem; } + .sm\:ml-4 { + margin-left: 1rem; + } + .sm\:-mr-20 { margin-right: -5rem; } @@ -3920,6 +4079,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 2.5rem; } + .sm\:ml-0 { + margin-left: 0px; + } + .sm\:block { display: block; } @@ -3952,6 +4115,14 @@ Ensure the default browser behavior of the `hidden` attribute. width: 16rem; } + .sm\:w-1\/4 { + width: 25%; + } + + .sm\:w-1\/2 { + width: 50%; + } + .sm\:w-full { width: 100%; } @@ -3964,10 +4135,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 66.666667%; } - .sm\:w-1\/2 { - width: 50%; - } - .sm\:w-5\/6 { width: 83.333333%; } @@ -3976,10 +4143,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } - .sm\:w-1\/4 { - width: 25%; - } - .sm\:max-w-xl { max-width: 36rem; } @@ -4008,6 +4171,10 @@ Ensure the default browser behavior of the `hidden` attribute. flex-direction: row; } + .sm\:items-start { + align-items: flex-start; + } + .sm\:items-center { align-items: center; } @@ -4077,6 +4244,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2.5rem; } + .sm\:px-4 { + padding-left: 1rem; + padding-right: 1rem; + } + .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; @@ -4097,9 +4269,8 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 8rem; } - .sm\:px-4 { - padding-left: 1rem; - padding-right: 1rem; + .sm\:pt-12 { + padding-top: 3rem; } .sm\:pl-0 { @@ -4122,10 +4293,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2.5rem; } - .sm\:pt-12 { - padding-top: 3rem; - } - .sm\:text-left { text-align: left; } @@ -4220,14 +4387,19 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0px; } + .md\:-mx-8 { + margin-left: -2rem; + margin-right: -2rem; + } + .md\:my-0 { margin-top: 0px; margin-bottom: 0px; } - .md\:-mx-8 { - margin-left: -2rem; - margin-right: -2rem; + .md\:my-6 { + margin-top: 1.5rem; + margin-bottom: 1.5rem; } .md\:mr-2 { @@ -4270,6 +4442,22 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 2rem; } + .md\:-ml-5 { + margin-left: -1.25rem; + } + + .md\:ml-5 { + margin-left: 1.25rem; + } + + .md\:ml-auto { + margin-left: auto; + } + + .md\:mr-auto { + margin-right: auto; + } + .md\:ml-12 { margin-left: 3rem; } @@ -4290,22 +4478,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 2.5rem; } - .md\:-ml-5 { - margin-left: -1.25rem; - } - - .md\:ml-5 { - margin-left: 1.25rem; - } - - .md\:ml-auto { - margin-left: auto; - } - - .md\:mr-auto { - margin-right: auto; - } - .md\:block { display: block; } @@ -4322,6 +4494,10 @@ Ensure the default browser behavior of the `hidden` attribute. display: none; } + .md\:h-auto { + height: auto; + } + .md\:h-10 { height: 2.5rem; } @@ -4334,10 +4510,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 6rem; } - .md\:h-auto { - height: auto; - } - .md\:w-1\/4 { width: 25%; } @@ -4358,22 +4530,30 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } - .md\:w-3\/6 { - width: 50%; - } - - .md\:w-10 { - width: 2.5rem; + .md\:w-8 { + width: 2rem; } .md\:w-2\/3 { width: 66.666667%; } + .md\:w-1\/3 { + width: 33.333333%; + } + .md\:w-full { width: 100%; } + .md\:w-3\/6 { + width: 50%; + } + + .md\:w-10 { + width: 2.5rem; + } + .md\:w-11\/12 { width: 91.666667%; } @@ -4382,12 +4562,12 @@ Ensure the default browser behavior of the `hidden` attribute. width: 83.333333%; } - .md\:w-1\/3 { - width: 33.333333%; + .md\:w-5\/12 { + width: 41.666667%; } - .md\:w-8 { - width: 2rem; + .md\:w-2\/12 { + width: 16.666667%; } .md\:max-w-full { @@ -4398,6 +4578,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 28rem; } + .md\:max-w-screen-lg { + max-width: 1024px; + } + .md\:max-w-lg { max-width: 32rem; } @@ -4410,10 +4594,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 72rem; } - .md\:max-w-screen-lg { - max-width: 1024px; - } - .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } @@ -4426,14 +4606,14 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(5, minmax(0, 1fr)); } - .md\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - .md\:grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); } + .md\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + .md\:flex-row { flex-direction: row; } @@ -4466,6 +4646,10 @@ Ensure the default browser behavior of the `hidden` attribute. justify-content: space-between; } + .md\:gap-8 { + gap: 2rem; + } + .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); @@ -4478,12 +4662,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); } - .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); @@ -4496,6 +4674,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(0px * var(--tw-space-y-reverse)); } + .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.5rem * var(--tw-space-x-reverse)); + margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); + } + .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); @@ -4550,6 +4734,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-left-width: 1px; } + .md\:border-t { + border-top-width: 1px; + } + .md\:border-l-0 { border-left-width: 0px; } @@ -4558,10 +4746,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-right-width: 0px; } - .md\:border-t { - border-top-width: 1px; - } - .md\:border-solid { border-style: solid; } @@ -4587,6 +4771,26 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 6rem; } + .md\:px-8 { + padding-left: 2rem; + padding-right: 2rem; + } + + .md\:py-0 { + padding-top: 0px; + padding-bottom: 0px; + } + + .md\:px-4 { + padding-left: 1rem; + padding-right: 1rem; + } + + .md\:py-3 { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + } + .md\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; @@ -4597,11 +4801,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 1rem; } - .md\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - .md\:px-0 { padding-left: 0px; padding-right: 0px; @@ -4612,11 +4811,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 8rem; } - .md\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - .md\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; @@ -4632,16 +4826,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 10rem; } - .md\:px-4 { - padding-left: 1rem; - padding-right: 1rem; - } - - .md\:py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - } - .md\:pl-20 { padding-left: 5rem; } @@ -4658,22 +4842,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 3rem; } - .md\:pl-16 { - padding-left: 4rem; - } - - .md\:pr-10 { - padding-right: 2.5rem; - } - - .md\:pt-40 { - padding-top: 10rem; - } - - .md\:pb-64 { - padding-bottom: 16rem; - } - .md\:pt-0 { padding-top: 0px; } @@ -4694,6 +4862,22 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 1.5rem; } + .md\:pl-16 { + padding-left: 4rem; + } + + .md\:pr-10 { + padding-right: 2.5rem; + } + + .md\:pt-40 { + padding-top: 10rem; + } + + .md\:pb-64 { + padding-bottom: 16rem; + } + .md\:text-left { text-align: left; } @@ -4711,6 +4895,11 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } + .md\:text-base { + font-size: 1rem; + line-height: 1.5rem; + } + .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; @@ -4731,11 +4920,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } - .md\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - .md\:text-sm { font-size: 0.875rem; line-height: 1.25rem; @@ -4867,10 +5051,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 2rem; } + .lg\:mb-16 { + margin-bottom: 4rem; + } + .lg\:mr-12 { margin-right: 3rem; } + .lg\:ml-0 { + margin-left: 0px; + } + .lg\:mr-8 { margin-right: 2rem; } @@ -4891,14 +5083,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 2.5rem; } - .lg\:mb-16 { - margin-bottom: 4rem; - } - - .lg\:ml-0 { - margin-left: 0px; - } - .lg\:block { display: block; } @@ -4959,26 +5143,18 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } - .lg\:w-2\/6 { - width: 33.333333%; - } - .lg\:w-1\/2 { width: 50%; } + .lg\:w-2\/6 { + width: 33.333333%; + } + .lg\:w-8\/12 { width: 66.666667%; } - .lg\:w-screen { - width: 100vw; - } - - .lg\:w-3\/4 { - width: 75%; - } - .lg\:w-2\/5 { width: 40%; } @@ -4987,6 +5163,14 @@ Ensure the default browser behavior of the `hidden` attribute. width: 20%; } + .lg\:w-screen { + width: 100vw; + } + + .lg\:w-3\/4 { + width: 75%; + } + .lg\:max-w-screen-xl { max-width: 1280px; } @@ -5043,14 +5227,14 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(5, minmax(0, 1fr)); } - .lg\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - .lg\:grid-cols-8 { grid-template-columns: repeat(8, minmax(0, 1fr)); } + .lg\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + .lg\:flex-row { flex-direction: row; } @@ -5153,6 +5337,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.25rem; } + .lg\:px-12 { + padding-left: 3rem; + padding-right: 3rem; + } + .lg\:pl-12 { padding-left: 3rem; } @@ -5202,6 +5391,11 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2rem; } + .lg\:text-sm { + font-size: 0.875rem; + line-height: 1.25rem; + } + .lg\:text-5xl { font-size: 3rem; line-height: 1; @@ -5266,6 +5460,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 50%; } + .xl\:max-w-screen-xl { + max-width: 1280px; + } + .xl\:max-w-3xl { max-width: 48rem; } @@ -5278,14 +5476,19 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 100%; } - .xl\:max-w-screen-xl { - max-width: 1280px; + .xl\:grid-cols-4 { + grid-template-columns: repeat(4, minmax(0, 1fr)); } .xl\:flex-row { flex-direction: row; } + .xl\:px-12 { + padding-left: 3rem; + padding-right: 3rem; + } + .xl\:px-0 { padding-left: 0px; padding-right: 0px; @@ -5296,9 +5499,13 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 10rem; } - .xl\:px-12 { - padding-left: 3rem; - padding-right: 3rem; + .xl\:px-20 { + padding-left: 5rem; + padding-right: 5rem; + } + + .xl\:pt-8 { + padding-top: 2rem; } .xl\:pt-40 { @@ -5325,10 +5532,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 0px; } - .xl\:pt-8 { - padding-top: 2rem; - } - .xl\:text-center { text-align: center; } @@ -5352,4 +5555,11 @@ Ensure the default browser behavior of the `hidden` attribute. font-size: 2.25rem; line-height: 2.5rem; } +} + +@media (min-width: 1536px) { + .\32xl\:px-4 { + padding-left: 1rem; + padding-right: 1rem; + } } \ No newline at end of file diff --git a/public/componets/footer/42_footer.html b/public/componets/footer/42_footer.html new file mode 100644 index 0000000..8e9b04b --- /dev/null +++ b/public/componets/footer/42_footer.html @@ -0,0 +1,14 @@ + + + + + + + + Footer 42 + + + + + + \ No newline at end of file diff --git a/public/componets/footer/43_footer.html b/public/componets/footer/43_footer.html new file mode 100644 index 0000000..1e0e12d --- /dev/null +++ b/public/componets/footer/43_footer.html @@ -0,0 +1,17 @@ + + + + + + + + Footer 43 + + + + + + + + + \ No newline at end of file diff --git a/public/componets/footer/44_footer.html b/public/componets/footer/44_footer.html new file mode 100644 index 0000000..90e8d47 --- /dev/null +++ b/public/componets/footer/44_footer.html @@ -0,0 +1,77 @@ + + + + + + + + Footer 44 + + + + + +
+
Footer 44
+
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/public/componets/footer/45_footer.html b/public/componets/footer/45_footer.html new file mode 100644 index 0000000..29b1051 --- /dev/null +++ b/public/componets/footer/45_footer.html @@ -0,0 +1,177 @@ + + + + + + + + Footer 45 + + + + + +
+
Footer 45
+
+ + + + + + + + + \ No newline at end of file diff --git a/public/componets/footer/46_footer.html b/public/componets/footer/46_footer.html new file mode 100644 index 0000000..e277f14 --- /dev/null +++ b/public/componets/footer/46_footer.html @@ -0,0 +1,97 @@ + + + + + + + + Footer 46 + + + + + + +
+
Footer 46
+
+
+ +
+ + + + + + \ No newline at end of file diff --git a/public/componets/footer/footer.html b/public/componets/footer/footer.html index 2580124..f507454 100644 --- a/public/componets/footer/footer.html +++ b/public/componets/footer/footer.html @@ -4112,6 +4112,444 @@ + +
+
Footer 42
+
+
+ +
+ + + +
+
Footer 43
+
+
+ +
+ + + + + + +
+
Footer 44
+
+
+ +
+ + + + +
+
Footer 45
+
+ + + + + + +
+
Footer 46
+
+
+ +
+ + +