diff --git a/dist/tailshape.css b/dist/tailshape.css index 0947f3f..6a39b6e 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -530,6 +530,11 @@ Ensure the default browser behavior of the `hidden` attribute. position: relative; } +.sticky { + position: -webkit-sticky; + position: sticky; +} + .inset-0 { top: 0px; right: 0px; @@ -553,6 +558,10 @@ Ensure the default browser behavior of the `hidden` attribute. top: 0px; } +.right-4 { + right: 1rem; +} + .bottom-auto { bottom: auto; } @@ -569,10 +578,6 @@ Ensure the default browser behavior of the `hidden` attribute. bottom: 0px; } -.right-4 { - right: 1rem; -} - .z-20 { z-index: 20; } @@ -629,14 +634,14 @@ Ensure the default browser behavior of the `hidden` attribute. grid-column: span 6 / span 6; } -.col-span-8 { - grid-column: span 8 / span 8; -} - .col-auto { grid-column: auto; } +.col-span-8 { + grid-column: span 8 / span 8; +} + .float-right { float: right; } @@ -649,10 +654,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin: 0.25rem; } -.m-auto { - margin: auto; -} - .m-2 { margin: 0.5rem; } @@ -661,6 +662,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin: 2.5rem; } +.m-auto { + margin: auto; +} + .mx-auto { margin-left: auto; margin-right: auto; @@ -706,21 +711,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1.5rem; } -.my-12 { - margin-top: 3rem; - margin-bottom: 3rem; -} - -.my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; -} - -.my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; -} - .mx-16 { margin-left: 4rem; margin-right: 4rem; @@ -736,11 +726,26 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 2rem; } +.my-5 { + margin-top: 1.25rem; + margin-bottom: 1.25rem; +} + +.my-3 { + margin-top: 0.75rem; + margin-bottom: 0.75rem; +} + .my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; } +.my-12 { + margin-top: 3rem; + margin-bottom: 3rem; +} + .mt-12 { margin-top: 3rem; } @@ -825,6 +830,14 @@ 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; } @@ -857,30 +870,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -5rem; } -.mt-8 { - margin-top: 2rem; -} - -.mt-28 { - margin-top: 7rem; -} - -.ml-auto { - margin-left: auto; -} - -.mt-24 { - margin-top: 6rem; -} - -.mt-32 { - margin-top: 8rem; -} - -.-mt-4 { - margin-top: -1rem; -} - .ml-4 { margin-left: 1rem; } @@ -917,6 +906,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 5rem; } +.mt-24 { + margin-top: 6rem; +} + .ml-0 { margin-left: 0px; } @@ -989,6 +982,30 @@ 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; } @@ -1041,14 +1058,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.5rem; } -.h-px { - height: 1px; -} - -.h-auto { - height: auto; -} - .h-full { height: 100%; } @@ -1057,8 +1066,12 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.75rem; } -.h-0 { - height: 0px; +.h-px { + height: 1px; +} + +.h-auto { + height: auto; } .h-20 { @@ -1077,6 +1090,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 6rem; } +.h-0 { + height: 0px; +} + +.h-0\.5 { + height: 0.125rem; +} + .min-h-screen { min-height: 100vh; } @@ -1121,42 +1142,22 @@ Ensure the default browser behavior of the `hidden` attribute. width: 6rem; } -.w-6 { - width: 1.5rem; -} - .w-12 { width: 3rem; } -.w-40 { - width: 10rem; -} - -.w-2\/3 { - width: 66.666667%; -} - -.w-1\/3 { - width: 33.333333%; -} - -.w-52 { - width: 13rem; -} - -.w-7 { - width: 1.75rem; -} - -.w-44 { - width: 11rem; +.w-6 { + width: 1.5rem; } .w-3 { width: 0.75rem; } +.w-40 { + width: 10rem; +} + .w-5\/6 { width: 83.333333%; } @@ -1173,10 +1174,34 @@ Ensure the default browser behavior of the `hidden` attribute. width: 50%; } +.w-2\/3 { + width: 66.666667%; +} + .w-screen { width: 100vw; } +.w-1\/3 { + width: 33.333333%; +} + +.w-52 { + width: 13rem; +} + +.w-7 { + width: 1.75rem; +} + +.w-44 { + width: 11rem; +} + +.w-3\/4 { + width: 75%; +} + .min-w-0 { min-width: 0px; } @@ -1201,6 +1226,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 80rem; } +.max-w-sm { + max-width: 24rem; +} + .max-w-md { max-width: 28rem; } @@ -1209,18 +1238,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 100%; } -.max-w-2xl { - max-width: 42rem; -} - -.max-w-sm { - max-width: 24rem; -} - -.max-w-screen-lg { - max-width: 1024px; -} - .max-w-6xl { max-width: 72rem; } @@ -1233,10 +1250,30 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 56rem; } +.max-w-2xl { + max-width: 42rem; +} + +.max-w-screen-lg { + max-width: 1024px; +} + +.max-w-screen-md { + max-width: 768px; +} + .flex-auto { flex: 1 1 auto; } +.flex-1 { + flex: 1 1 0%; +} + +.flex-none { + flex: none; +} + .flex-shrink-0 { flex-shrink: 0; } @@ -1279,6 +1316,18 @@ 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-0 { + --tw-scale-x: 0; + --tw-scale-y: 0; + 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-100 { + --tw-scale-x: 1; + --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)); } @@ -1443,6 +1492,18 @@ 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))); @@ -1455,10 +1516,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); } -.space-x-2 > :not([hidden]) ~ :not([hidden]) { +.space-x-0 > :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))); + margin-right: calc(0px * var(--tw-space-x-reverse)); + margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); } .space-x-8 > :not([hidden]) ~ :not([hidden]) { @@ -1467,16 +1528,16 @@ 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-x-5 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(1.25rem * var(--tw-space-x-reverse)); + margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); } -.space-x-0 > :not([hidden]) ~ :not([hidden]) { +.space-x-1 > :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.25rem * var(--tw-space-x-reverse)); + margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); } .divide-y > :not([hidden]) ~ :not([hidden]) { @@ -1501,6 +1562,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(229 231 235 / var(--tw-divide-opacity)); } +.divide-gray-100 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(243 244 246 / var(--tw-divide-opacity)); +} + .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5; } @@ -1513,6 +1579,10 @@ Ensure the default browser behavior of the `hidden` attribute. align-self: flex-start; } +.self-end { + align-self: flex-end; +} + .self-center { align-self: center; } @@ -1531,6 +1601,10 @@ Ensure the default browser behavior of the `hidden` attribute. white-space: nowrap; } +.whitespace-nowrap { + white-space: nowrap; +} + .break-words { overflow-wrap: break-word; } @@ -1564,14 +1638,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-width: 1px; } -.border-0 { - border-width: 0px; -} - .border-2 { border-width: 2px; } +.border-0 { + border-width: 0px; +} + .border-4 { border-width: 4px; } @@ -1584,6 +1658,10 @@ 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; } @@ -1592,10 +1670,6 @@ 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; } @@ -1615,11 +1689,19 @@ 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)); @@ -1630,24 +1712,6 @@ 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\/10 { - border-color: rgb(255 255 255 / 0.1); -} - -.border-white\/25 { - border-color: rgb(255 255 255 / 0.25); -} - -.border-white { - --tw-border-opacity: 1; - border-color: rgb(255 255 255 / var(--tw-border-opacity)); -} - .border-transparent { border-color: transparent; } @@ -1682,6 +1746,21 @@ 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)); @@ -1722,6 +1801,11 @@ 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)); @@ -1731,14 +1815,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } -.bg-black { +.bg-red-700 { --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} - -.bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); + background-color: rgb(185 28 28 / var(--tw-bg-opacity)); } .bg-gray-50 { @@ -1746,44 +1825,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } -.bg-yellow-500 { +.bg-gray-200 { --tw-bg-opacity: 1; - background-color: rgb(234 179 8 / var(--tw-bg-opacity)); -} - -.bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgb(238 242 255 / var(--tw-bg-opacity)); -} - -.bg-indigo-600 { - --tw-bg-opacity: 1; - 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-red-700 { - --tw-bg-opacity: 1; - background-color: rgb(185 28 28 / var(--tw-bg-opacity)); -} - -.bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); } .bg-green-600 { @@ -1791,11 +1835,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(22 163 74 / var(--tw-bg-opacity)); } +.bg-yellow-500 { + --tw-bg-opacity: 1; + background-color: rgb(234 179 8 / var(--tw-bg-opacity)); +} + .bg-purple-500 { --tw-bg-opacity: 1; background-color: rgb(168 85 247 / var(--tw-bg-opacity)); } +.bg-indigo-600 { + --tw-bg-opacity: 1; + background-color: rgb(79 70 229 / var(--tw-bg-opacity)); +} + .bg-green-500 { --tw-bg-opacity: 1; background-color: rgb(34 197 94 / var(--tw-bg-opacity)); @@ -1866,9 +1920,44 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(192 132 252 / var(--tw-bg-opacity)); } -.bg-orange-400 { +.bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgb(251 146 60 / var(--tw-bg-opacity)); + 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)); } .bg-opacity-50 { @@ -1922,14 +2011,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-repeat: no-repeat; } -.fill-black { - fill: #000; -} - .fill-current { fill: currentColor; } +.fill-black { + fill: #000; +} + .fill-green-600 { fill: #16a34a; } @@ -1960,14 +2049,14 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 1rem; } -.p-1 { - padding: 0.25rem; -} - .p-2 { padding: 0.5rem; } +.p-1 { + padding: 0.25rem; +} + .p-8 { padding: 2rem; } @@ -2038,6 +2127,16 @@ 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; @@ -2063,26 +2162,11 @@ 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; @@ -2093,6 +2177,11 @@ 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; @@ -2103,6 +2192,21 @@ 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; } @@ -2151,14 +2255,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 2rem; } -.pb-4 { - padding-bottom: 1rem; -} - -.pb-2 { - padding-bottom: 0.5rem; -} - .pt-32 { padding-top: 8rem; } @@ -2167,6 +2263,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 3rem; } +.pb-4 { + padding-bottom: 1rem; +} + .pr-12 { padding-right: 3rem; } @@ -2235,6 +2335,22 @@ 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; +} + .text-left { text-align: left; } @@ -2285,21 +2401,16 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } -.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-3xl { + font-size: 1.875rem; + line-height: 2.25rem; +} + .text-5xl { font-size: 3rem; line-height: 1; @@ -2310,6 +2421,11 @@ 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; } @@ -2322,14 +2438,14 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 600; } -.font-normal { - font-weight: 400; -} - .font-extrabold { font-weight: 800; } +.font-normal { + font-weight: 400; +} + .font-light { font-weight: 300; } @@ -2386,6 +2502,10 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25rem; } +.leading-6 { + line-height: 1.5rem; +} + .tracking-wide { letter-spacing: 0.025em; } @@ -2441,11 +2561,6 @@ 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)); @@ -2491,11 +2606,6 @@ 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)); @@ -2506,6 +2616,21 @@ 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)); @@ -2516,36 +2641,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(249 250 251 / var(--tw-text-opacity)); } -.text-gray-200 { - --tw-text-opacity: 1; - color: rgb(229 231 235 / var(--tw-text-opacity)); -} - -.text-black { - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -.text-pink-400 { - --tw-text-opacity: 1; - color: rgb(244 114 182 / var(--tw-text-opacity)); -} - -.text-green-500 { - --tw-text-opacity: 1; - color: rgb(34 197 94 / var(--tw-text-opacity)); -} - -.text-green-600 { - --tw-text-opacity: 1; - color: rgb(22 163 74 / var(--tw-text-opacity)); -} - -.text-pink-700 { - --tw-text-opacity: 1; - color: rgb(190 24 93 / var(--tw-text-opacity)); -} - .text-purple-500 { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -2561,6 +2656,16 @@ Ensure the default browser behavior of the `hidden` attribute. 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)); +} + +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + .text-yellow-400 { --tw-text-opacity: 1; color: rgb(250 204 21 / var(--tw-text-opacity)); @@ -2585,6 +2690,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(236 72 153 / var(--tw-text-opacity)); } +.text-green-500 { + --tw-text-opacity: 1; + 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)); @@ -2600,14 +2710,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(74 222 128 / var(--tw-text-opacity)); } -.text-green-700 { +.text-pink-400 { --tw-text-opacity: 1; - color: rgb(21 128 61 / var(--tw-text-opacity)); + color: rgb(244 114 182 / var(--tw-text-opacity)); } -.text-blue-700 { +.text-pink-700 { --tw-text-opacity: 1; - color: rgb(29 78 216 / var(--tw-text-opacity)); + color: rgb(190 24 93 / var(--tw-text-opacity)); } .text-orange-500 { @@ -2615,9 +2725,19 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(249 115 22 / var(--tw-text-opacity)); } -.text-cyan-300 { +.text-blue-700 { --tw-text-opacity: 1; - color: rgb(103 232 249 / var(--tw-text-opacity)); + color: rgb(29 78 216 / var(--tw-text-opacity)); +} + +.text-green-700 { + --tw-text-opacity: 1; + color: rgb(21 128 61 / var(--tw-text-opacity)); +} + +.text-slate-900 { + --tw-text-opacity: 1; + color: rgb(15 23 42 / var(--tw-text-opacity)); } .underline { @@ -2630,31 +2750,11 @@ Ensure the default browser behavior of the `hidden` attribute. text-decoration-line: none; } -.decoration-sky-400 { - -webkit-text-decoration-color: #38bdf8; - text-decoration-color: #38bdf8; -} - .antialiased { -webkit-font-smoothing: antialiased; -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)); @@ -2670,6 +2770,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(156 163 175 / var(--tw-placeholder-opacity)); } +.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)); +} + .opacity-50 { opacity: 0.5; } @@ -2725,28 +2840,6 @@ Ensure the default browser behavior of the `hidden` attribute. outline-offset: 2px; } -.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-2 { - --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(2px + 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-yellow-600 { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity)); -} - -.ring-yellow-400 { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity)); -} - .filter { 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); } @@ -2785,10 +2878,6 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 700ms; } -.duration-100 { - transition-duration: 100ms; -} - .duration-150 { transition-duration: 150ms; } @@ -2797,10 +2886,18 @@ 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); } +.ease-out { + transition-timing-function: cubic-bezier(0, 0, 0.2, 1); +} + .section_divider { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); @@ -2880,6 +2977,16 @@ 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)); @@ -2900,16 +3007,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(79 70 229 / 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)); @@ -2964,19 +3061,34 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } -.hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgb(233 213 255 / var(--tw-text-opacity)); +.hover\:bg-purple-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(126 34 206 / var(--tw-bg-opacity)); } -.hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgb(192 132 252 / var(--tw-text-opacity)); +.hover\:bg-gray-100:hover { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); } -.hover\:text-purple-300:hover { +.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\:text-purple-800:hover { --tw-text-opacity: 1; - color: rgb(216 180 254 / var(--tw-text-opacity)); + color: rgb(107 33 168 / var(--tw-text-opacity)); } .hover\:text-teal-400:hover { @@ -2999,9 +3111,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(147 51 234 / var(--tw-text-opacity)); } -.hover\:text-purple-800:hover { +.hover\:text-red-500:hover { --tw-text-opacity: 1; - color: rgb(107 33 168 / var(--tw-text-opacity)); + color: rgb(239 68 68 / var(--tw-text-opacity)); } .hover\:text-blue-700:hover { @@ -3009,6 +3121,16 @@ 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)); @@ -3019,11 +3141,6 @@ 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)); @@ -3034,14 +3151,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(244 114 182 / var(--tw-text-opacity)); } -.hover\:text-indigo-600:hover { +.hover\:text-purple-500:hover { --tw-text-opacity: 1; - color: rgb(79 70 229 / var(--tw-text-opacity)); -} - -.hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); + color: rgb(168 85 247 / var(--tw-text-opacity)); } .hover\:text-white:hover { @@ -3049,41 +3161,56 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(255 255 255 / 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-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-orange-500:hover { --tw-text-opacity: 1; color: rgb(249 115 22 / var(--tw-text-opacity)); } -.hover\:text-green-400:hover { - --tw-text-opacity: 1; - color: rgb(74 222 128 / var(--tw-text-opacity)); -} - .hover\:text-green-700:hover { --tw-text-opacity: 1; color: rgb(21 128 61 / var(--tw-text-opacity)); } +.hover\:text-green-400:hover { + --tw-text-opacity: 1; + color: rgb(74 222 128 / var(--tw-text-opacity)); +} + .hover\:text-cyan-300:hover { --tw-text-opacity: 1; color: rgb(103 232 249 / var(--tw-text-opacity)); } +.hover\:text-yellow-500:hover { + --tw-text-opacity: 1; + color: rgb(234 179 8 / var(--tw-text-opacity)); +} + .hover\:text-opacity-75:hover { --tw-text-opacity: 0.75; } @@ -3115,6 +3242,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); +} + .focus\:border-indigo-500:focus { --tw-border-opacity: 1; border-color: rgb(99 102 241 / var(--tw-border-opacity)); @@ -3140,6 +3273,15 @@ 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; } @@ -3154,6 +3296,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(147 51 234 / var(--tw-bg-opacity)); } +.focus\:bg-gray-300:focus { + --tw-bg-opacity: 1; + background-color: rgb(209 213 219 / var(--tw-bg-opacity)); +} + .focus\:text-white:focus { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); @@ -3171,6 +3318,12 @@ Ensure the default browser behavior of the `hidden` attribute. color: transparent; } +.focus\:shadow-none:focus { + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; @@ -3188,6 +3341,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); } +.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)); @@ -3203,6 +3362,21 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)); } +.focus\:ring-purple-600:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity)); +} + +.focus\:ring-purple-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(168 85 247 / 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-opacity-40:focus { --tw-ring-opacity: 0.4; } @@ -3211,9 +3385,12 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-opacity: 0.8; } -.active\:bg-yellow-400:active { - --tw-bg-opacity: 1; - background-color: rgb(250 204 21 / var(--tw-bg-opacity)); +.focus\:ring-offset-2:focus { + --tw-ring-offset-width: 2px; +} + +.focus\:ring-offset-purple-200:focus { + --tw-ring-offset-color: #e9d5ff; } .active\:bg-blue-500:active { @@ -3221,6 +3398,21 @@ Ensure the default browser behavior of the `hidden` attribute. 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-teal-600:active { + --tw-bg-opacity: 1; + background-color: rgb(13 148 136 / 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)); +} + .dark .dark\:rounded-2xl { border-radius: 1rem; } @@ -3254,6 +3446,11 @@ 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)); @@ -3269,11 +3466,6 @@ 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)); @@ -3289,6 +3481,11 @@ 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)); @@ -3299,16 +3496,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(19 78 74 / 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 { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / 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-opacity-40 { --tw-bg-opacity: 0.4; } @@ -3317,11 +3514,6 @@ 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)); @@ -3332,12 +3524,13 @@ 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\:via-emerald-500 { - --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgb(16 185 129 / 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\:to-green-800 { - --tw-gradient-to: #166534; +.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-cyan-800 { @@ -3348,6 +3541,10 @@ 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; } @@ -3377,9 +3574,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(255 255 255 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-300 { +.dark .dark\:text-gray-50 { --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); + 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-purple-400 { @@ -3387,11 +3589,6 @@ 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)); @@ -3407,24 +3604,19 @@ 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-sky-400 { +.dark .dark\:text-gray-400 { --tw-text-opacity: 1; - 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)); + color: rgb(156 163 175 / var(--tw-text-opacity)); } .dark .dark\:text-gray-100 { @@ -3437,6 +3629,16 @@ 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)); @@ -3447,9 +3649,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(103 232 249 / var(--tw-text-opacity)); } -.dark .dark\:text-violet-400 { +.dark .dark\:text-gray-800 { --tw-text-opacity: 1; - color: rgb(167 139 250 / var(--tw-text-opacity)); + color: rgb(31 41 55 / var(--tw-text-opacity)); } .dark .dark\:ring-2 { @@ -3483,6 +3685,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(75 85 99 / var(--tw-bg-opacity)); } +.dark .dark\:hover\:bg-gray-700:hover { + --tw-bg-opacity: 1; + 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)); @@ -3503,16 +3720,6 @@ 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)); @@ -3523,6 +3730,11 @@ 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)); @@ -3553,6 +3765,26 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(103 232 249 / var(--tw-text-opacity)); } +.dark .dark\:hover\:text-gray-200:hover { + --tw-text-opacity: 1; + 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 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + .dark .dark\:hover\:ring-purple-400:hover { --tw-ring-opacity: 1; --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity)); @@ -3563,11 +3795,26 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(99 102 241 / var(--tw-border-opacity)); } +.dark .dark\:focus\:text-white:focus { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + .dark .dark\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity)); } +.dark .dark\:focus\:ring-gray-500:focus { + --tw-ring-opacity: 1; + --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; @@ -3612,14 +3859,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: auto; } - .sm\:mr-4 { - margin-right: 1rem; - } - .sm\:ml-4 { margin-left: 1rem; } + .sm\:mr-4 { + margin-right: 1rem; + } + .sm\:-mr-20 { margin-right: -5rem; } @@ -3829,6 +4076,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 8rem; } + .sm\:px-4 { + padding-left: 1rem; + padding-right: 1rem; + } + .sm\:pl-0 { padding-left: 0px; } @@ -3849,6 +4101,10 @@ 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; } @@ -3898,6 +4154,10 @@ Ensure the default browser behavior of the `hidden` attribute. } @media (min-width: 768px) { + .md\:absolute { + position: absolute; + } + .md\:relative { position: relative; } @@ -3939,16 +4199,16 @@ 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\:mr-2 { margin-right: 0.5rem; } @@ -4009,6 +4269,22 @@ 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; } @@ -4017,12 +4293,12 @@ Ensure the default browser behavior of the `hidden` attribute. display: flex; } - .md\:hidden { - display: none; + .md\:inline-flex { + display: inline-flex; } - .md\:h-auto { - height: auto; + .md\:hidden { + display: none; } .md\:h-10 { @@ -4037,6 +4313,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 6rem; } + .md\:h-auto { + height: auto; + } + .md\:w-1\/4 { width: 25%; } @@ -4057,14 +4337,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } - .md\:w-8 { - width: 2rem; - } - - .md\:w-2\/3 { - width: 66.666667%; - } - .md\:w-3\/6 { width: 50%; } @@ -4073,6 +4345,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 2.5rem; } + .md\:w-2\/3 { + width: 66.666667%; + } + .md\:w-full { width: 100%; } @@ -4089,6 +4365,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } + .md\:w-8 { + width: 2rem; + } + .md\:max-w-full { max-width: 100%; } @@ -4097,10 +4377,6 @@ 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; } @@ -4113,6 +4389,10 @@ 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)); } @@ -4125,14 +4405,14 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(5, 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\:grid-cols-9 { + grid-template-columns: repeat(9, minmax(0, 1fr)); + } + .md\:flex-row { flex-direction: row; } @@ -4183,6 +4463,24 @@ Ensure the default browser behavior of the `hidden` attribute. 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)); + margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); + } + + .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0px * var(--tw-space-y-reverse)); + } + + .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(2rem * var(--tw-space-x-reverse)); + margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); + } + .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0; border-right-width: calc(2px * var(--tw-divide-x-reverse)); @@ -4219,6 +4517,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-right-radius: 0.5rem; } + .md\:border-0 { + border-width: 0px; + } + .md\:border-b-0 { border-bottom-width: 0px; } @@ -4227,10 +4529,6 @@ 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; } @@ -4239,6 +4537,10 @@ 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; } @@ -4264,26 +4566,6 @@ 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; @@ -4294,6 +4576,11 @@ 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; @@ -4304,6 +4591,11 @@ 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; @@ -4319,6 +4611,16 @@ 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; } @@ -4335,6 +4637,22 @@ 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; } @@ -4355,22 +4673,6 @@ 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; } @@ -4388,11 +4690,6 @@ 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; @@ -4413,6 +4710,20 @@ 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; + } + + .md\:font-medium { + font-weight: 500; + } + .md\:leading-snug { line-height: 1.375; } @@ -4428,6 +4739,33 @@ Ensure the default browser behavior of the `hidden` attribute. .md\:tracking-tight { letter-spacing: -0.025em; } + + .md\:text-blue-700 { + --tw-text-opacity: 1; + color: rgb(29 78 216 / var(--tw-text-opacity)); + } + + .md\:hover\:bg-transparent:hover { + background-color: transparent; + } + + .md\:hover\:text-blue-700:hover { + --tw-text-opacity: 1; + color: rgb(29 78 216 / var(--tw-text-opacity)); + } + + .dark .md\:dark\:bg-transparent { + background-color: transparent; + } + + .dark .md\:dark\:text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); + } + + .dark .md\:dark\:hover\:bg-transparent:hover { + background-color: transparent; + } } @media (min-width: 1024px) { @@ -4443,6 +4781,10 @@ Ensure the default browser behavior of the `hidden` attribute. order: 9999; } + .lg\:order-none { + order: 0; + } + .lg\:col-span-4 { grid-column: span 4 / span 4; } @@ -4504,10 +4846,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 2rem; } - .lg\:mb-16 { - margin-bottom: 4rem; - } - .lg\:mr-12 { margin-right: 3rem; } @@ -4532,6 +4870,14 @@ 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; } @@ -4612,6 +4958,14 @@ Ensure the default browser behavior of the `hidden` attribute. width: 75%; } + .lg\:w-2\/5 { + width: 40%; + } + + .lg\:w-1\/5 { + width: 20%; + } + .lg\:max-w-screen-xl { max-width: 1280px; } @@ -4668,14 +5022,14 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(5, 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\:grid-cols-8 { + grid-template-columns: repeat(8, minmax(0, 1fr)); + } + .lg\:flex-row { flex-direction: row; } @@ -4688,6 +5042,10 @@ Ensure the default browser behavior of the `hidden` attribute. align-items: flex-end; } + .lg\:items-center { + align-items: center; + } + .lg\:justify-start { justify-content: flex-start; } @@ -4696,6 +5054,10 @@ Ensure the default browser behavior of the `hidden` attribute. justify-content: flex-end; } + .lg\:justify-center { + justify-content: center; + } + .lg\:justify-between { justify-content: space-between; } @@ -4895,6 +5257,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 100%; } + .xl\:max-w-screen-xl { + max-width: 1280px; + } + .xl\:flex-row { flex-direction: row; } @@ -4938,6 +5304,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 0px; } + .xl\:pt-8 { + padding-top: 2rem; + } + .xl\:text-center { text-align: center; } diff --git a/public/componets/footer/39_footer.html b/public/componets/footer/39_footer.html new file mode 100644 index 0000000..3d43c82 --- /dev/null +++ b/public/componets/footer/39_footer.html @@ -0,0 +1,192 @@ + + + + + + + + Footer 37 + + + +
+
Footer 39
+
+ + + + + + + \ No newline at end of file diff --git a/public/componets/footer/40_footer.html b/public/componets/footer/40_footer.html new file mode 100644 index 0000000..ea25f29 --- /dev/null +++ b/public/componets/footer/40_footer.html @@ -0,0 +1,95 @@ + + + + + + + + Footer 37 + + + + + +
+
Footer 40
+
+ + + + + + + + + \ No newline at end of file diff --git a/public/componets/footer/41_footer.html b/public/componets/footer/41_footer.html new file mode 100644 index 0000000..9d9a99c --- /dev/null +++ b/public/componets/footer/41_footer.html @@ -0,0 +1,161 @@ + + + + + + + + Footer 37 + + + + +
+
Footer 41
+
+ + + + + + + + + \ No newline at end of file diff --git a/public/componets/footer/footer.html b/public/componets/footer/footer.html index 376ce5b..2580124 100644 --- a/public/componets/footer/footer.html +++ b/public/componets/footer/footer.html @@ -3706,9 +3706,411 @@ + +
+
Footer 39
+
+ + + +
+
Footer 40
+
+ + + + + + +
+
Footer 41
+
+ + + + + + + + + + \ No newline at end of file diff --git a/public/componets/navs_headers/2_header.html b/public/componets/navs_headers/2_header.html new file mode 100644 index 0000000..968325d --- /dev/null +++ b/public/componets/navs_headers/2_header.html @@ -0,0 +1,87 @@ + + + + + + + + footer 1 + + + + + +
+
Header 2
+
+
+
+ WEBSITE. + + + + +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/navs_headers/3_header.html b/public/componets/navs_headers/3_header.html new file mode 100644 index 0000000..97f4253 --- /dev/null +++ b/public/componets/navs_headers/3_header.html @@ -0,0 +1,66 @@ + + + + + + + + footer 1 + + + + + +
+
Header 3
+
+
+
+ + + + + Tailblocks + + + +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/navs_headers/4_header.html b/public/componets/navs_headers/4_header.html new file mode 100644 index 0000000..d31a0bc --- /dev/null +++ b/public/componets/navs_headers/4_header.html @@ -0,0 +1,122 @@ + + + + + + + + Header 4 + + + + + +
+
Header 4
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + \ No newline at end of file diff --git a/public/componets/navs_headers/5_header.html b/public/componets/navs_headers/5_header.html new file mode 100644 index 0000000..e69de29 diff --git a/public/componets/navs_headers/header.html b/public/componets/navs_headers/header.html new file mode 100644 index 0000000..ad8a628 --- /dev/null +++ b/public/componets/navs_headers/header.html @@ -0,0 +1,381 @@ + + + + + + + + footer 1 + + + + + + +
+
Header 1
+
+ + + + + + +
+
Header 2
+
+
+
+ WEBSITE. + + + + +
+
+ + + + +
+
Header 3
+
+
+
+ + + + + Tailblocks + + + +
+
+ + + + +
+
Header 4
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + +
+
Header 5
+
+
+
+

Logo

+ +
+
+ + + + + +
+
Header 6
+
+
+
+ + + + + + + Kutty + +
+ + Get Started +
+ +
+ + Features + Pricing + Blog + Company + Sign in +
+
+
+
+
+ + + + + + + + + + + + \ No newline at end of file