diff --git a/dist/tailshape.css b/dist/tailshape.css index 7b2cfeb..14d8f18 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -522,6 +522,10 @@ Ensure the default browser behavior of the `hidden` attribute. visibility: visible; } +.fixed { + position: fixed; +} + .absolute { position: absolute; } @@ -636,6 +640,34 @@ Ensure the default browser behavior of the `hidden` attribute. top: 4rem; } +.left-\[-34px\] { + left: -34px; +} + +.top-\[32px\] { + top: 32px; +} + +.left-auto { + left: auto; +} + +.top-2\/4 { + top: 50%; +} + +.right-auto { + right: auto; +} + +.bottom-2\/4 { + bottom: 50%; +} + +.left-2\/4 { + left: 50%; +} + .-bottom-5 { bottom: -1.25rem; } @@ -740,6 +772,10 @@ Ensure the default browser behavior of the `hidden` attribute. grid-column: auto; } +.col-span-4 { + grid-column: span 4 / span 4; +} + .row-span-full { grid-row: 1 / -1; } @@ -865,6 +901,11 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: auto; } +.my-8 { + margin-top: 2rem; + margin-bottom: 2rem; +} + .mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; @@ -895,11 +936,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1rem; } -.my-8 { - margin-top: 2rem; - margin-bottom: 2rem; -} - .mx-32 { margin-left: 8rem; margin-right: 8rem; @@ -1099,6 +1135,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 0.75rem; } +.mt-24 { + margin-top: 6rem; +} + .mr-4 { margin-right: 1rem; } @@ -1139,10 +1179,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 7rem; } -.mt-24 { - margin-top: 6rem; -} - .-mt-4 { margin-top: -1rem; } @@ -1195,6 +1231,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -0.5rem; } +.mr-16 { + margin-right: 4rem; +} + .-mt-8 { margin-top: -2rem; } @@ -1211,6 +1251,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: -0.5rem; } +.mt-auto { + margin-top: auto; +} + .-mt-6 { margin-top: -1.5rem; } @@ -1435,6 +1479,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.75rem; } +.h-40 { + height: 10rem; +} + .h-80 { height: 20rem; } @@ -1471,22 +1519,26 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.5rem; } -.h-1\.5 { - height: 0.375rem; -} - -.h-40 { - height: 10rem; -} - .h-9 { height: 2.25rem; } +.h-14 { + height: 3.5rem; +} + +.h-1\.5 { + height: 0.375rem; +} + .max-h-0 { max-height: 0px; } +.max-h-full { + max-height: 100%; +} + .min-h-screen { min-height: 100vh; } @@ -1643,6 +1695,32 @@ Ensure the default browser behavior of the `hidden` attribute. width: 100vw; } +.w-80 { + width: 20rem; +} + +.w-4\/5 { + width: 80%; +} + +.w-16 { + width: 4rem; +} + +.w-\[170px\] { + width: 170px; +} + +.w-2 { + width: 0.5rem; +} + +.w-fit { + width: -webkit-fit-content; + width: -moz-fit-content; + width: fit-content; +} + .w-2\/6 { width: 33.333333%; } @@ -1663,12 +1741,16 @@ Ensure the default browser behavior of the `hidden` attribute. width: 25%; } -.w-16 { - width: 4rem; +.w-9 { + width: 2.25rem; } -.w-2 { - width: 0.5rem; +.w-60 { + width: 15rem; +} + +.w-96 { + width: 24rem; } .w-72 { @@ -1683,14 +1765,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 0.375rem; } -.w-9 { - width: 2.25rem; -} - -.w-60 { - width: 15rem; -} - .min-w-full { min-width: 100%; } @@ -1848,6 +1922,11 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.translate-x-2\/4 { + --tw-translate-x: 50%; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + .-translate-x-2\/4 { --tw-translate-x: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); @@ -1863,6 +1942,21 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.-translate-x-20 { + --tw-translate-x: -5rem; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.translate-x-1 { + --tw-translate-x: 0.25rem; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.-translate-y-1 { + --tw-translate-y: -0.25rem; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + .rotate-180 { --tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); @@ -1883,6 +1977,11 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.-rotate-45 { + --tw-rotate: -45deg; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + .-rotate-180 { --tw-rotate: -180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); @@ -1898,6 +1997,16 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.skew-x-0 { + --tw-skew-x: 0deg; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.skew-y-0 { + --tw-skew-y: 0deg; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + .scale-150 { --tw-scale-x: 1.5; --tw-scale-y: 1.5; @@ -1928,6 +2037,16 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.scale-x-100 { + --tw-scale-x: 1; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.scale-y-100 { + --tw-scale-y: 1; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + .transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } @@ -2001,27 +2120,14 @@ Ensure the default browser behavior of the `hidden` attribute. animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } -@-webkit-keyframes spin { - to { - transform: rotate(360deg); - } -} - -@keyframes spin { - to { - transform: rotate(360deg); - } -} - -.animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - .cursor-pointer { cursor: pointer; } +.cursor-not-allowed { + cursor: not-allowed; +} + .select-none { -webkit-user-select: none; -moz-user-select: none; @@ -2338,6 +2444,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); } +.-space-x-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(-1rem * var(--tw-space-x-reverse)); + margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); +} + .space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); @@ -2439,6 +2551,10 @@ Ensure the default browser behavior of the `hidden` attribute. overflow-x: hidden; } +.overflow-y-hidden { + overflow-y: hidden; +} + .truncate { overflow: hidden; text-overflow: ellipsis; @@ -2514,14 +2630,24 @@ Ensure the default browser behavior of the `hidden` attribute. border-top-right-radius: 0.5rem; } +.rounded-l-md { + border-top-left-radius: 0.375rem; + border-bottom-left-radius: 0.375rem; +} + +.rounded-r-md { + border-top-right-radius: 0.375rem; + border-bottom-right-radius: 0.375rem; +} + .rounded-b-none { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } -.rounded-r { +.rounded-t { + border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; } .rounded-b { @@ -2529,9 +2655,9 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-left-radius: 0.25rem; } -.rounded-t { - border-top-left-radius: 0.25rem; +.rounded-r { border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } .rounded-b-lg { @@ -2549,16 +2675,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-right-radius: 9999px; } -.rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; -} - .rounded-tl { border-top-left-radius: 0.25rem; } @@ -2575,6 +2691,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-right-radius: 0.25rem; } +.rounded-tr-lg { + border-top-right-radius: 0.5rem; +} + +.rounded-br-lg { + border-bottom-right-radius: 0.5rem; +} + .border { border-width: 1px; } @@ -2635,6 +2759,18 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: 4px; } +.border-l-8 { + border-left-width: 8px; +} + +.border-r-2 { + border-right-width: 2px; +} + +.border-r-0 { + border-right-width: 0px; +} + .border-solid { border-style: solid; } @@ -2712,6 +2848,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(252 231 243 / var(--tw-border-opacity)); } +.border-transparent { + border-color: transparent; +} + .border-blue-400 { --tw-border-opacity: 1; border-color: rgb(96 165 250 / var(--tw-border-opacity)); @@ -2741,10 +2881,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(255 255 255 / 0.1); } -.border-transparent { - border-color: transparent; -} - .border-white\/25 { border-color: rgb(255 255 255 / 0.25); } @@ -2779,6 +2915,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(168 85 247 / var(--tw-border-opacity)); } +.border-current { + border-color: currentColor; +} + .border-purple-400 { --tw-border-opacity: 1; border-color: rgb(192 132 252 / var(--tw-border-opacity)); @@ -2978,6 +3118,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(252 231 243 / var(--tw-bg-opacity)); } +.bg-blue-600 { + --tw-bg-opacity: 1; + background-color: rgb(37 99 235 / var(--tw-bg-opacity)); +} + +.bg-cyan-800 { + --tw-bg-opacity: 1; + background-color: rgb(21 94 117 / var(--tw-bg-opacity)); +} + .bg-blue-500 { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); @@ -2988,11 +3138,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(55 65 81 / var(--tw-bg-opacity)); } -.bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgb(37 99 235 / var(--tw-bg-opacity)); -} - .bg-purple-700 { --tw-bg-opacity: 1; background-color: rgb(126 34 206 / var(--tw-bg-opacity)); @@ -3092,9 +3237,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(30 64 175 / var(--tw-bg-opacity)); } -.bg-cyan-800 { +.bg-red-50 { --tw-bg-opacity: 1; - background-color: rgb(21 94 117 / var(--tw-bg-opacity)); + background-color: rgb(254 242 242 / var(--tw-bg-opacity)); +} + +.bg-purple-200 { + --tw-bg-opacity: 1; + background-color: rgb(233 213 255 / var(--tw-bg-opacity)); } .bg-purple-400 { @@ -3117,6 +3267,31 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(58 59 60 / var(--tw-bg-opacity)); } +.bg-emerald-500 { + --tw-bg-opacity: 1; + background-color: rgb(16 185 129 / var(--tw-bg-opacity)); +} + +.bg-yellow-400 { + --tw-bg-opacity: 1; + background-color: rgb(250 204 21 / var(--tw-bg-opacity)); +} + +.bg-green-50 { + --tw-bg-opacity: 1; + background-color: rgb(240 253 244 / var(--tw-bg-opacity)); +} + +.bg-pink-700 { + --tw-bg-opacity: 1; + background-color: rgb(190 24 93 / var(--tw-bg-opacity)); +} + +.bg-indigo-400 { + --tw-bg-opacity: 1; + background-color: rgb(129 140 248 / var(--tw-bg-opacity)); +} + .bg-violet-700 { --tw-bg-opacity: 1; background-color: rgb(109 40 217 / var(--tw-bg-opacity)); @@ -3172,24 +3347,29 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(253 224 71 / var(--tw-bg-opacity)); } -.bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgb(250 204 21 / var(--tw-bg-opacity)); -} - .bg-blue-400 { --tw-bg-opacity: 1; background-color: rgb(96 165 250 / var(--tw-bg-opacity)); } -.bg-cyan-600 { +.bg-blue-50 { --tw-bg-opacity: 1; - background-color: rgb(8 145 178 / var(--tw-bg-opacity)); + background-color: rgb(239 246 255 / var(--tw-bg-opacity)); } -.bg-cyan-700 { +.bg-orange-100 { --tw-bg-opacity: 1; - background-color: rgb(14 116 144 / var(--tw-bg-opacity)); + background-color: rgb(255 237 213 / var(--tw-bg-opacity)); +} + +.bg-green-100 { + --tw-bg-opacity: 1; + background-color: rgb(220 252 231 / var(--tw-bg-opacity)); +} + +.bg-teal-100 { + --tw-bg-opacity: 1; + background-color: rgb(204 251 241 / var(--tw-bg-opacity)); } .bg-opacity-5 { @@ -3216,6 +3396,10 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-bg-opacity: 0.7; } +.bg-opacity-0 { + --tw-bg-opacity: 0; +} + .bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); } @@ -3367,10 +3551,6 @@ Ensure the default browser behavior of the `hidden` attribute. fill: #1f2937; } -.fill-red-500 { - fill: #ef4444; -} - .stroke-gray-500 { stroke: #6b7280; } @@ -3442,6 +3622,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 7rem; } +.p-2\.5 { + padding: 0.625rem; +} + .p-0\.5 { padding: 0.125rem; } @@ -3454,6 +3638,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 3rem; } +.p-24 { + padding: 6rem; +} + .px-4 { padding-left: 1rem; padding-right: 1rem; @@ -3619,16 +3807,16 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 12rem; } -.py-px { - padding-top: 1px; - padding-bottom: 1px; -} - .px-7 { padding-left: 1.75rem; padding-right: 1.75rem; } +.py-px { + padding-top: 1px; + padding-bottom: 1px; +} + .px-16 { padding-left: 4rem; padding-right: 4rem; @@ -3832,6 +4020,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 0.125rem; } +.pr-2 { + padding-right: 0.5rem; +} + .pt-1 { padding-top: 0.25rem; } @@ -3848,12 +4040,12 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 0.25rem; } -.pl-11 { - padding-left: 2.75rem; +.pr-3 { + padding-right: 0.75rem; } -.pr-2 { - padding-right: 0.5rem; +.pl-11 { + padding-left: 2.75rem; } .pt-48 { @@ -3896,14 +4088,14 @@ Ensure the default browser behavior of the `hidden` attribute. font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } -.font-sans { - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -} - .font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } +.font-sans { + font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + .text-lg { font-size: 1.125rem; line-height: 1.75rem; @@ -3953,8 +4145,8 @@ Ensure the default browser behavior of the `hidden` attribute. font-size: 32px; } -.text-7xl { - font-size: 4.5rem; +.text-9xl { + font-size: 8rem; line-height: 1; } @@ -3963,8 +4155,8 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } -.text-9xl { - font-size: 8rem; +.text-7xl { + font-size: 4.5rem; line-height: 1; } @@ -4048,14 +4240,14 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5; } -.leading-4 { - line-height: 1rem; -} - .leading-5 { line-height: 1.25rem; } +.leading-4 { + line-height: 1rem; +} + .leading-10 { line-height: 2.5rem; } @@ -4194,6 +4386,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(229 231 235 / var(--tw-text-opacity)); } +.text-orange-500 { + --tw-text-opacity: 1; + color: rgb(249 115 22 / var(--tw-text-opacity)); +} + +.text-red-600 { + --tw-text-opacity: 1; + color: rgb(220 38 38 / var(--tw-text-opacity)); +} + .text-green-400 { --tw-text-opacity: 1; color: rgb(74 222 128 / var(--tw-text-opacity)); @@ -4274,11 +4476,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(190 24 93 / var(--tw-text-opacity)); } -.text-orange-500 { - --tw-text-opacity: 1; - color: rgb(249 115 22 / var(--tw-text-opacity)); -} - .text-blue-700 { --tw-text-opacity: 1; color: rgb(29 78 216 / var(--tw-text-opacity)); @@ -4333,9 +4530,34 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(129 140 248 / var(--tw-text-opacity)); } -.text-red-600 { +.text-orange-600 { --tw-text-opacity: 1; - color: rgb(220 38 38 / var(--tw-text-opacity)); + color: rgb(234 88 12 / var(--tw-text-opacity)); +} + +.text-green-900 { + --tw-text-opacity: 1; + color: rgb(20 83 45 / var(--tw-text-opacity)); +} + +.text-emerald-500 { + --tw-text-opacity: 1; + color: rgb(16 185 129 / var(--tw-text-opacity)); +} + +.text-red-500 { + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} + +.text-green-300 { + --tw-text-opacity: 1; + color: rgb(134 239 172 / var(--tw-text-opacity)); +} + +.text-blue-300 { + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); } .text-teal-900 { @@ -4358,11 +4580,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(14 116 144 / var(--tw-text-opacity)); } -.text-emerald-500 { - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} - .text-yellow-100 { --tw-text-opacity: 1; color: rgb(254 249 195 / var(--tw-text-opacity)); @@ -4378,11 +4595,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(20 184 166 / var(--tw-text-opacity)); } -.text-red-500 { - --tw-text-opacity: 1; - color: rgb(239 68 68 / var(--tw-text-opacity)); -} - .text-pink-500 { --tw-text-opacity: 1; color: rgb(236 72 153 / var(--tw-text-opacity)); @@ -4393,9 +4605,19 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(113 63 18 / var(--tw-text-opacity)); } -.text-red-300 { +.text-red-50 { --tw-text-opacity: 1; - color: rgb(252 165 165 / var(--tw-text-opacity)); + color: rgb(254 242 242 / var(--tw-text-opacity)); +} + +.text-orange-700 { + --tw-text-opacity: 1; + color: rgb(194 65 12 / var(--tw-text-opacity)); +} + +.text-red-700 { + --tw-text-opacity: 1; + color: rgb(185 28 28 / var(--tw-text-opacity)); } .text-opacity-50 { @@ -4613,6 +4835,12 @@ 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); +} + .ring-4 { --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); @@ -4636,9 +4864,9 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); } -.ring-gray-300 { +.ring-gray-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)); + --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity)); } .ring-white { @@ -4646,6 +4874,11 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)); } +.ring-gray-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)); +} + .brightness-125 { --tw-brightness: brightness(1.25); 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); @@ -4737,6 +4970,10 @@ Ensure the default browser behavior of the `hidden` attribute. transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } +.ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1); +} + .section_divider { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); @@ -4801,21 +5038,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25rem; } -.placeholder\:text-gray-400::-moz-placeholder { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - -.placeholder\:text-gray-400:-ms-input-placeholder { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - -.placeholder\:text-gray-400::placeholder { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - .placeholder\:text-gray-800::-moz-placeholder { --tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity)); @@ -4831,6 +5053,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(31 41 55 / var(--tw-text-opacity)); } +.placeholder\:text-gray-400::-moz-placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-400:-ms-input-placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-400::placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + .before\:mx-auto::before { content: var(--tw-content); margin-left: auto; @@ -4872,6 +5109,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(96 165 250 / var(--tw-border-opacity)); } +.focus-within\:text-purple-500:focus-within { + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} + .focus-within\:ring:focus-within { --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); @@ -5045,6 +5287,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(156 163 175 / 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-cyan-800:hover { + --tw-bg-opacity: 1; + background-color: rgb(21 94 117 / var(--tw-bg-opacity)); +} + .hover\:bg-gray-50:hover { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); @@ -5060,11 +5312,6 @@ Ensure the default browser behavior of the `hidden` attribute. 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-blue-400:hover { --tw-bg-opacity: 1; background-color: rgb(96 165 250 / var(--tw-bg-opacity)); @@ -5149,6 +5396,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(192 132 252 / var(--tw-bg-opacity)); } +.hover\:bg-yellow-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(161 98 7 / var(--tw-bg-opacity)); +} + .hover\:bg-pink-600:hover { --tw-bg-opacity: 1; background-color: rgb(219 39 119 / var(--tw-bg-opacity)); @@ -5169,11 +5421,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(250 204 21 / var(--tw-bg-opacity)); } -.hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(21 94 117 / var(--tw-bg-opacity)); -} - .hover\:bg-opacity-90:hover { --tw-bg-opacity: 0.9; } @@ -5375,11 +5622,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(22 78 99 / var(--tw-text-opacity)); } -.hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgb(88 28 135 / var(--tw-text-opacity)); -} - .hover\:text-indigo-500:hover { --tw-text-opacity: 1; color: rgb(99 102 241 / var(--tw-text-opacity)); @@ -5413,18 +5655,18 @@ Ensure the default browser behavior of the `hidden` attribute. opacity: 0.75; } -.hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-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-lg:hover { + --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-2xl:hover { --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); @@ -5538,6 +5780,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(75 85 99 / var(--tw-border-opacity)); } +.focus\:border-purple-300:focus { + --tw-border-opacity: 1; + border-color: rgb(216 180 254 / var(--tw-border-opacity)); +} + .focus\:bg-red-700:focus { --tw-bg-opacity: 1; background-color: rgb(185 28 28 / var(--tw-bg-opacity)); @@ -5612,6 +5859,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(229 231 235 / var(--tw-bg-opacity)); } +.focus\:bg-blue-700:focus { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)); +} + .focus\:bg-blue-600:focus { --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity)); @@ -5679,6 +5931,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: transparent; } +.focus\:placeholder-gray-500:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-gray-500:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-gray-500:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + .focus\:shadow-none:focus { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; @@ -5804,16 +6071,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity)); } -.focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity)); -} - -.focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity)); -} - .focus\:ring-opacity-75:focus { --tw-ring-opacity: 0.75; } @@ -5860,6 +6117,11 @@ Ensure the default browser behavior of the `hidden` attribute. top: 0px; } +.active\:bg-blue-600:active { + --tw-bg-opacity: 1; + background-color: rgb(37 99 235 / var(--tw-bg-opacity)); +} + .active\:bg-yellow-400:active { --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); @@ -5890,6 +6152,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(229 231 235 / var(--tw-bg-opacity)); } +.active\:bg-blue-800:active { + --tw-bg-opacity: 1; + background-color: rgb(30 64 175 / var(--tw-bg-opacity)); +} + .active\:bg-purple-800:active { --tw-bg-opacity: 1; background-color: rgb(107 33 168 / var(--tw-bg-opacity)); @@ -5900,11 +6167,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(67 56 202 / var(--tw-bg-opacity)); } -.active\:bg-blue-600:active { - --tw-bg-opacity: 1; - background-color: rgb(37 99 235 / var(--tw-bg-opacity)); -} - .active\:text-gray-300:active { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); @@ -6011,6 +6273,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(75 85 99 / var(--tw-divide-opacity)); } +.dark .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-divide-opacity)); +} + .dark .dark\:rounded-2xl { border-radius: 1rem; } @@ -6112,6 +6379,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: transparent; } +.dark .dark\:border-emerald-400 { + --tw-border-opacity: 1; + border-color: rgb(52 211 153 / var(--tw-border-opacity)); +} + +.dark .dark\:border-green-400 { + --tw-border-opacity: 1; + border-color: rgb(74 222 128 / var(--tw-border-opacity)); +} + .dark .dark\:border-emerald-300 { --tw-border-opacity: 1; border-color: rgb(110 231 183 / var(--tw-border-opacity)); @@ -6147,16 +6424,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(99 102 241 / var(--tw-border-opacity)); } -.dark .dark\:border-emerald-400 { - --tw-border-opacity: 1; - border-color: rgb(52 211 153 / var(--tw-border-opacity)); -} - .dark .dark\:border-gray-900 { --tw-border-opacity: 1; border-color: rgb(17 24 39 / var(--tw-border-opacity)); } +.dark .dark\:border-gray-800 { + --tw-border-opacity: 1; + border-color: rgb(31 41 55 / var(--tw-border-opacity)); +} + .dark .dark\:bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); @@ -6217,6 +6494,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(191 219 254 / var(--tw-bg-opacity)); } +.dark .dark\:bg-cyan-900 { + --tw-bg-opacity: 1; + background-color: rgb(22 78 99 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-blue-500 { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); @@ -6322,14 +6604,43 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(71 85 105 / var(--tw-bg-opacity)); } -.dark .dark\:bg-cyan-900 { +.dark .dark\:bg-red-600 { --tw-bg-opacity: 1; - background-color: rgb(22 78 99 / var(--tw-bg-opacity)); + background-color: rgb(220 38 38 / var(--tw-bg-opacity)); } -.dark .dark\:bg-cyan-800 { +.dark .dark\:bg-orange-500 { --tw-bg-opacity: 1; - background-color: rgb(21 94 117 / var(--tw-bg-opacity)); + background-color: rgb(249 115 22 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-green-500 { + --tw-bg-opacity: 1; + background-color: rgb(34 197 94 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-teal-500 { + --tw-bg-opacity: 1; + background-color: rgb(20 184 166 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-green-700 { + --tw-bg-opacity: 1; + background-color: rgb(21 128 61 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgb(234 88 12 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-red-700 { + --tw-bg-opacity: 1; + background-color: rgb(185 28 28 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-transparent { + background-color: transparent; } .dark .dark\:bg-opacity-40 { @@ -6556,6 +6867,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(30 64 175 / var(--tw-text-opacity)); } +.dark .dark\:text-red-500 { + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + .dark .dark\:text-purple-400 { --tw-text-opacity: 1; color: rgb(192 132 252 / var(--tw-text-opacity)); @@ -6641,9 +6962,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(248 113 113 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-600 { +.dark .dark\:text-emerald-200 { --tw-text-opacity: 1; - color: rgb(75 85 99 / var(--tw-text-opacity)); + color: rgb(167 243 208 / var(--tw-text-opacity)); +} + +.dark .dark\:text-blue-300 { + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); } .dark .dark\:text-emerald-500 { @@ -6670,29 +6996,29 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(20 184 166 / var(--tw-text-opacity)); } -.dark .dark\:text-emerald-200 { +.dark .dark\:text-red-100 { --tw-text-opacity: 1; - color: rgb(167 243 208 / var(--tw-text-opacity)); + color: rgb(254 226 226 / var(--tw-text-opacity)); } -.dark .dark\:text-blue-300 { +.dark .dark\:text-orange-100 { --tw-text-opacity: 1; - color: rgb(147 197 253 / var(--tw-text-opacity)); + color: rgb(255 237 213 / var(--tw-text-opacity)); } -.dark .dark\:text-red-300 { +.dark .dark\:text-green-100 { --tw-text-opacity: 1; - color: rgb(252 165 165 / var(--tw-text-opacity)); + color: rgb(220 252 231 / var(--tw-text-opacity)); } -.dark .dark\:text-red-600 { +.dark .dark\:text-blue-100 { --tw-text-opacity: 1; - color: rgb(220 38 38 / var(--tw-text-opacity)); + color: rgb(219 234 254 / var(--tw-text-opacity)); } -.dark .dark\:text-red-500 { +.dark .dark\:text-teal-100 { --tw-text-opacity: 1; - color: rgb(239 68 68 / var(--tw-text-opacity)); + color: rgb(204 251 241 / var(--tw-text-opacity)); } .dark .dark\:placeholder-white::-moz-placeholder { @@ -6915,6 +7241,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(29 78 216 / var(--tw-bg-opacity)); } +.dark .dark\:hover\:bg-cyan-900:hover { + --tw-bg-opacity: 1; + background-color: rgb(22 78 99 / var(--tw-bg-opacity)); +} + .dark .dark\:hover\:bg-cyan-300:hover { --tw-bg-opacity: 1; background-color: rgb(103 232 249 / var(--tw-bg-opacity)); @@ -6934,6 +7265,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(79 70 229 / var(--tw-bg-opacity)); } +.dark .dark\:hover\:bg-blue-500:hover { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} + .dark .dark\:hover\:bg-emerald-500:hover { --tw-bg-opacity: 1; background-color: rgb(16 185 129 / var(--tw-bg-opacity)); @@ -6954,11 +7290,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(17 24 39 / var(--tw-bg-opacity)); } -.dark .dark\:hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(22 78 99 / var(--tw-bg-opacity)); -} - .dark .dark\:hover\:stroke-cyan-400:hover { stroke: #22d3ee; } @@ -7164,6 +7495,33 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(8 145 178 / var(--tw-text-opacity)); } +.dark .dark\:focus\:placeholder-transparent:focus::-moz-placeholder { + color: transparent; +} + +.dark .dark\:focus\:placeholder-transparent:focus:-ms-input-placeholder { + color: transparent; +} + +.dark .dark\:focus\:placeholder-transparent:focus::placeholder { + color: transparent; +} + +.dark .dark\:focus\:placeholder-gray-600:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:focus\:placeholder-gray-600:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + .dark .dark\:focus\:ring-gray-800:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); @@ -7184,11 +7542,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-cyan-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity)); -} - @media (min-width: 640px) { .sm\:relative { position: relative; @@ -7374,6 +7727,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 4rem; } + .sm\:mt-auto { + margin-top: auto; + } + .sm\:block { display: block; } @@ -7418,6 +7775,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.75rem; } + .sm\:h-64 { + height: 16rem; + } + + .sm\:h-full { + height: 100%; + } + .sm\:w-10\/12 { width: 83.333333%; } @@ -7458,6 +7823,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 100%; } + .sm\:w-32 { + width: 8rem; + } + .sm\:w-2\/4 { width: 50%; } @@ -7486,6 +7855,18 @@ Ensure the default browser behavior of the `hidden` attribute. width: 66.666667%; } + .sm\:w-60 { + width: 15rem; + } + + .sm\:w-80 { + width: 20rem; + } + + .sm\:w-72 { + width: 18rem; + } + .sm\:w-3\/5 { width: 60%; } @@ -7494,10 +7875,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 83.333333%; } - .sm\:w-60 { - width: 15rem; - } - .sm\:max-w-full { max-width: 100%; } @@ -7506,6 +7883,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 70px; } + .sm\:max-w-md { + max-width: 28rem; + } + .sm\:max-w-xl { max-width: 36rem; } @@ -7518,10 +7899,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 1024px; } - .sm\:max-w-md { - max-width: 28rem; - } - .sm\:flex-initial { flex: 0 1 auto; } @@ -7551,6 +7928,10 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(12, minmax(0, 1fr)); } + .sm\:grid-cols-9 { + grid-template-columns: repeat(9, minmax(0, 1fr)); + } + .sm\:flex-row { flex-direction: row; } @@ -7633,6 +8014,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } + .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.75rem * var(--tw-space-x-reverse)); + margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); + } + .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1.25rem * var(--tw-space-x-reverse)); @@ -7645,12 +8032,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(2rem * var(--tw-space-y-reverse)); } - .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); @@ -7687,12 +8068,20 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 3rem; } + .sm\:p-16 { + padding: 4rem; + } + .sm\:p-6 { padding: 1.5rem; } - .sm\:p-16 { - padding: 4rem; + .sm\:p-4 { + padding: 1rem; + } + + .sm\:p-2 { + padding: 0.5rem; } .sm\:px-10 { @@ -8272,6 +8661,10 @@ Ensure the default browser behavior of the `hidden` attribute. display: inline-flex; } + .md\:grid { + display: grid; + } + .md\:hidden { display: none; } @@ -8304,6 +8697,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.25rem; } + .md\:h-48 { + height: 12rem; + } + + .md\:h-36 { + height: 9rem; + } + .md\:h-9 { height: 2.25rem; } @@ -8440,6 +8841,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 36rem; } + .md\:max-w-lg { + max-width: 32rem; + } + .md\:max-w-full { max-width: 100%; } @@ -8452,10 +8857,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 1024px; } - .md\:max-w-lg { - max-width: 32rem; - } - .md\:max-w-sm { max-width: 24rem; } @@ -8549,6 +8950,10 @@ Ensure the default browser behavior of the `hidden` attribute. gap: 2rem; } + .md\:gap-4 { + gap: 1rem; + } + .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); @@ -8597,6 +9002,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } + .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(2.5rem * var(--tw-space-x-reverse)); + margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); + } + .md\:divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0; border-right-width: calc(1px * var(--tw-divide-x-reverse)); @@ -8683,6 +9094,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } + .md\:bg-gray-700 { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity)); + } + .md\:bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); @@ -8943,9 +9359,9 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2.5rem; } - .md\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; + .md\:text-base { + font-size: 1rem; + line-height: 1.5rem; } .md\:text-3xl { @@ -8953,9 +9369,9 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2.25rem; } - .md\:text-base { - font-size: 1rem; - line-height: 1.5rem; + .md\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; } .md\:text-lg { @@ -8985,6 +9401,10 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25; } + .md\:leading-7 { + line-height: 1.75rem; + } + .md\:leading-snug { line-height: 1.375; } @@ -8997,10 +9417,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.625; } - .md\:leading-7 { - line-height: 1.75rem; - } - .md\:tracking-tight { letter-spacing: -0.025em; } @@ -9010,6 +9426,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(29 78 216 / var(--tw-text-opacity)); } + .md\:text-gray-100 { + --tw-text-opacity: 1; + color: rgb(243 244 246 / var(--tw-text-opacity)); + } + + .md\:text-blue-300 { + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); + } + + .md\:text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); + } + .md\:shadow-none { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; @@ -9029,6 +9460,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } + .dark .md\:dark\:bg-gray-800 { + --tw-bg-opacity: 1; + background-color: rgb(31 41 55 / var(--tw-bg-opacity)); + } + .dark .dark\:md\:bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); @@ -9342,6 +9778,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 2.5rem; } + .lg\:mr-32 { + margin-right: 8rem; + } + .lg\:block { display: block; } @@ -9382,6 +9822,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 100vh; } + .lg\:h-48 { + height: 12rem; + } + .lg\:h-10 { height: 2.5rem; } @@ -9394,6 +9838,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 3rem; } + .lg\:h-80 { + height: 20rem; + } + .lg\:w-1\/2 { width: 50%; } @@ -9770,6 +10218,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 120px; } + .lg\:px-0 { + padding-left: 0px; + padding-right: 0px; + } + .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; @@ -9855,11 +10308,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.25rem; } - .lg\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - .lg\:pt-\[120px\] { padding-top: 120px; } @@ -10013,6 +10461,11 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5rem; } + .lg\:text-6xl { + font-size: 3.75rem; + line-height: 1; + } + .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -10032,11 +10485,6 @@ Ensure the default browser behavior of the `hidden` attribute. font-size: 40px; } - .lg\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - .lg\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); diff --git a/public/componets/layout/1_layout.html b/public/componets/layout/1_layout.html new file mode 100644 index 0000000..b91ac71 --- /dev/null +++ b/public/componets/layout/1_layout.html @@ -0,0 +1,48 @@ + + +
+ + + + + + +