diff --git a/dist/tailshape.css b/dist/tailshape.css index c6b2c5c..a0b03c2 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -553,10 +553,6 @@ Ensure the default browser behavior of the `hidden` attribute. top: 0px; } -.right-4 { - right: 1rem; -} - .bottom-auto { bottom: auto; } @@ -573,6 +569,10 @@ Ensure the default browser behavior of the `hidden` attribute. bottom: 0px; } +.right-4 { + right: 1rem; +} + .z-20 { z-index: 20; } @@ -605,6 +605,10 @@ Ensure the default browser behavior of the `hidden` attribute. order: -9999; } +.order-2 { + order: 2; +} + .col-span-3 { grid-column: span 3 / span 3; } @@ -625,6 +629,10 @@ 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; } @@ -808,14 +816,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1rem; } -.mt-8 { - margin-top: 2rem; -} - -.mt-32 { - margin-top: 8rem; -} - .mt-0 { margin-top: 0px; } @@ -848,6 +848,22 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -5rem; } +.mt-8 { + margin-top: 2rem; +} + +.mt-28 { + margin-top: 7rem; +} + +.mt-32 { + margin-top: 8rem; +} + +.ml-auto { + margin-left: auto; +} + .ml-4 { margin-left: 1rem; } @@ -1012,14 +1028,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.5rem; } -.h-full { - height: 100%; -} - -.h-3 { - height: 0.75rem; -} - .h-px { height: 1px; } @@ -1028,6 +1036,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: auto; } +.h-full { + height: 100%; +} + +.h-3 { + height: 0.75rem; +} + .h-20 { height: 5rem; } @@ -1088,22 +1104,42 @@ Ensure the default browser behavior of the `hidden` attribute. width: 6rem; } -.w-12 { - width: 3rem; -} - .w-6 { width: 1.5rem; } -.w-3 { - width: 0.75rem; +.w-12 { + width: 3rem; } .w-40 { width: 10rem; } +.w-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-3 { + width: 0.75rem; +} + .w-5\/6 { width: 83.333333%; } @@ -1120,18 +1156,10 @@ 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%; -} - .min-w-0 { min-width: 0px; } @@ -1156,10 +1184,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 80rem; } -.max-w-sm { - max-width: 24rem; -} - .max-w-md { max-width: 28rem; } @@ -1168,6 +1192,14 @@ 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-6xl { max-width: 72rem; } @@ -1180,10 +1212,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 56rem; } -.max-w-2xl { - max-width: 42rem; -} - .flex-auto { flex: 1 1 auto; } @@ -1271,6 +1299,10 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(12, minmax(0, 1fr)); } +.grid-cols-8 { + grid-template-columns: repeat(8, minmax(0, 1fr)); +} + .flex-col { flex-direction: column; } @@ -1386,18 +1418,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } -.space-y-12 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(3rem * var(--tw-space-y-reverse)); -} - -.space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); -} - .space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); @@ -1410,6 +1430,18 @@ 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]) { + --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-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-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0px * var(--tw-space-x-reverse)); @@ -1422,11 +1454,22 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); } +.divide-y-2 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-y-reverse: 0; + border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); + border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); +} + .divide-gray-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgb(156 163 175 / var(--tw-divide-opacity)); } +.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(229 231 235 / var(--tw-divide-opacity)); +} + .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5; } @@ -1486,14 +1529,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-width: 1px; } -.border-2 { - border-width: 2px; -} - .border-0 { border-width: 0px; } +.border-2 { + border-width: 2px; +} + .border-4 { border-width: 4px; } @@ -1506,6 +1549,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-top-width: 1px; } +.border-t-2 { + border-top-width: 2px; +} + +.border-l { + border-left-width: 1px; +} + .border-b-4 { border-bottom-width: 4px; } @@ -1529,19 +1580,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(243 244 246 / var(--tw-border-opacity)); } -.border-white\/10 { - border-color: rgb(255 255 255 / 0.1); -} - .border-gray-200 { --tw-border-opacity: 1; border-color: rgb(229 231 235 / var(--tw-border-opacity)); } -.border-white\/25 { - border-color: rgb(255 255 255 / 0.25); -} - .border-gray-700 { --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity)); @@ -1552,6 +1595,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(156 163 175 / 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-transparent { border-color: transparent; } @@ -1626,11 +1677,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(126 34 206 / var(--tw-bg-opacity)); } -.bg-black { - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} - .bg-gray-300 { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity)); @@ -1640,14 +1686,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } -.bg-red-700 { +.bg-black { --tw-bg-opacity: 1; - background-color: rgb(185 28 28 / var(--tw-bg-opacity)); -} - -.bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } .bg-gray-200 { @@ -1655,9 +1696,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(229 231 235 / var(--tw-bg-opacity)); } -.bg-green-600 { +.bg-gray-50 { --tw-bg-opacity: 1; - background-color: rgb(22 163 74 / var(--tw-bg-opacity)); + background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } .bg-yellow-500 { @@ -1665,9 +1706,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } -.bg-purple-500 { +.bg-indigo-50 { --tw-bg-opacity: 1; - background-color: rgb(168 85 247 / var(--tw-bg-opacity)); + background-color: rgb(238 242 255 / var(--tw-bg-opacity)); } .bg-indigo-600 { @@ -1675,6 +1716,31 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(79 70 229 / 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)); +} + +.bg-green-600 { + --tw-bg-opacity: 1; + background-color: rgb(22 163 74 / var(--tw-bg-opacity)); +} + +.bg-cyan-100 { + --tw-bg-opacity: 1; + background-color: rgb(207 250 254 / var(--tw-bg-opacity)); +} + +.bg-purple-500 { + --tw-bg-opacity: 1; + background-color: rgb(168 85 247 / var(--tw-bg-opacity)); +} + .bg-green-500 { --tw-bg-opacity: 1; background-color: rgb(34 197 94 / var(--tw-bg-opacity)); @@ -1745,16 +1811,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(192 132 252 / var(--tw-bg-opacity)); } -.bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.bg-indigo-50 { - --tw-bg-opacity: 1; - background-color: rgb(238 242 255 / var(--tw-bg-opacity)); -} - .bg-opacity-50 { --tw-bg-opacity: 0.5; } @@ -1785,10 +1841,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgb(239 68 68 / 0)); } -.via-emerald-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgb(110 231 183 / 0)); -} - .to-yellow-500 { --tw-gradient-to: #eab308; } @@ -1810,14 +1862,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-repeat: no-repeat; } -.fill-current { - fill: currentColor; -} - .fill-black { fill: #000; } +.fill-current { + fill: currentColor; +} + .object-cover { -o-object-fit: cover; object-fit: cover; @@ -1840,14 +1892,14 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 1rem; } -.p-2 { - padding: 0.5rem; -} - .p-1 { padding: 0.25rem; } +.p-2 { + padding: 0.5rem; +} + .p-8 { padding: 2rem; } @@ -1918,16 +1970,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 1.5rem; } -.py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; -} - -.px-12 { - padding-left: 3rem; - padding-right: 3rem; -} - .py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -1953,6 +1995,21 @@ 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-12 { + padding-left: 3rem; + padding-right: 3rem; +} + .px-10 { padding-left: 2.5rem; padding-right: 2.5rem; @@ -1968,11 +2025,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2rem; } -.px-20 { - padding-left: 5rem; - padding-right: 5rem; -} - .py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -2031,6 +2083,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 2rem; } +.pb-4 { + padding-bottom: 1rem; +} + .pt-32 { padding-top: 8rem; } @@ -2039,8 +2095,8 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 3rem; } -.pb-4 { - padding-bottom: 1rem; +.pb-2 { + padding-bottom: 0.5rem; } .pr-12 { @@ -2161,16 +2217,16 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; -} - .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } +.text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; +} + .text-5xl { font-size: 3rem; line-height: 1; @@ -2193,14 +2249,14 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 600; } -.font-extrabold { - font-weight: 800; -} - .font-normal { font-weight: 400; } +.font-extrabold { + font-weight: 800; +} + .font-light { font-weight: 300; } @@ -2312,6 +2368,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(209 213 219 / var(--tw-text-opacity)); } +.text-purple-400 { + --tw-text-opacity: 1; + color: rgb(192 132 252 / var(--tw-text-opacity)); +} + .text-gray-800 { --tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity)); @@ -2357,6 +2418,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(55 65 81 / var(--tw-text-opacity)); } +.text-blue-900 { + --tw-text-opacity: 1; + color: rgb(30 58 138 / var(--tw-text-opacity)); +} + .text-purple-600 { --tw-text-opacity: 1; color: rgb(147 51 234 / var(--tw-text-opacity)); @@ -2367,26 +2433,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(167 139 250 / var(--tw-text-opacity)); } -.text-green-600 { - --tw-text-opacity: 1; - color: rgb(22 163 74 / var(--tw-text-opacity)); -} - -.text-green-900 { - --tw-text-opacity: 1; - color: rgb(20 83 45 / 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)); @@ -2397,6 +2443,26 @@ 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-green-600 { + --tw-text-opacity: 1; + color: rgb(22 163 74 / 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-purple-500 { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -2412,16 +2478,6 @@ 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)); @@ -2481,21 +2537,6 @@ Ensure the default browser behavior of the `hidden` attribute. -moz-osx-font-smoothing: grayscale; } -.placeholder-gray-400::-moz-placeholder { - --tw-placeholder-opacity: 1; - color: rgb(156 163 175 / var(--tw-placeholder-opacity)); -} - -.placeholder-gray-400:-ms-input-placeholder { - --tw-placeholder-opacity: 1; - color: rgb(156 163 175 / var(--tw-placeholder-opacity)); -} - -.placeholder-gray-400::placeholder { - --tw-placeholder-opacity: 1; - 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)); @@ -2511,6 +2552,21 @@ Ensure the default browser behavior of the `hidden` attribute. 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)); +} + +.placeholder-gray-400:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(156 163 175 / var(--tw-placeholder-opacity)); +} + +.placeholder-gray-400::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(156 163 175 / var(--tw-placeholder-opacity)); +} + .opacity-50 { opacity: 0.5; } @@ -2604,6 +2660,10 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 700ms; } +.duration-100 { + transition-duration: 100ms; +} + .duration-150 { transition-duration: 150ms; } @@ -2612,10 +2672,6 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 500ms; } -.duration-100 { - transition-duration: 100ms; -} - .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @@ -2699,16 +2755,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(255 255 255 / var(--tw-border-opacity)); } -.hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); -} - -.hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} - .hover\:bg-gray-50:hover { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); @@ -2729,6 +2775,16 @@ 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)); @@ -2783,9 +2839,19 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } -.hover\:text-purple-800:hover { +.hover\:text-purple-200:hover { --tw-text-opacity: 1; - color: rgb(107 33 168 / var(--tw-text-opacity)); + color: rgb(233 213 255 / var(--tw-text-opacity)); +} + +.hover\:text-purple-400:hover { + --tw-text-opacity: 1; + color: rgb(192 132 252 / var(--tw-text-opacity)); +} + +.hover\:text-purple-300:hover { + --tw-text-opacity: 1; + color: rgb(216 180 254 / var(--tw-text-opacity)); } .hover\:text-teal-400:hover { @@ -2808,9 +2874,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(147 51 234 / var(--tw-text-opacity)); } -.hover\:text-red-500:hover { +.hover\:text-purple-800:hover { --tw-text-opacity: 1; - color: rgb(239 68 68 / var(--tw-text-opacity)); + color: rgb(107 33 168 / var(--tw-text-opacity)); } .hover\:text-blue-700:hover { @@ -2818,16 +2884,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(29 78 216 / var(--tw-text-opacity)); } -.hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgb(233 213 255 / var(--tw-text-opacity)); -} - -.hover\:text-purple-400:hover { - --tw-text-opacity: 1; - color: rgb(192 132 252 / var(--tw-text-opacity)); -} - .hover\:text-gray-500:hover { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); @@ -2838,6 +2894,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(31 41 55 / var(--tw-text-opacity)); } +.hover\:text-red-500:hover { + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} + .hover\:text-blue-400:hover { --tw-text-opacity: 1; color: rgb(96 165 250 / var(--tw-text-opacity)); @@ -2848,6 +2909,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(244 114 182 / 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-400:hover { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + .hover\:text-purple-500:hover { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -2863,21 +2934,11 @@ Ensure the default browser behavior of the `hidden` attribute. 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-opacity-75:hover { --tw-text-opacity: 0.75; } @@ -3005,16 +3066,16 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-opacity: 0.8; } -.active\:bg-blue-500:active { - --tw-bg-opacity: 1; - background-color: rgb(59 130 246 / var(--tw-bg-opacity)); -} - .active\:bg-yellow-400:active { --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); } +.active\:bg-blue-500:active { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} + .dark .dark\:rounded-2xl { border-radius: 1rem; } @@ -3048,11 +3109,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(31 41 55 / var(--tw-bg-opacity)); } -.dark .dark\:bg-violet-400 { - --tw-bg-opacity: 1; - background-color: rgb(167 139 250 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-purple-800 { --tw-bg-opacity: 1; background-color: rgb(107 33 168 / var(--tw-bg-opacity)); @@ -3068,6 +3124,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } +.dark .dark\:bg-violet-400 { + --tw-bg-opacity: 1; + background-color: rgb(167 139 250 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-indigo-400 { --tw-bg-opacity: 1; background-color: rgb(129 140 248 / var(--tw-bg-opacity)); @@ -3083,14 +3144,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(125 211 252 / var(--tw-bg-opacity)); } -.dark .dark\:bg-gray-400 { +.dark .dark\:bg-indigo-600 { --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); + background-color: rgb(79 70 229 / var(--tw-bg-opacity)); } -.dark .dark\:bg-white { +.dark .dark\:bg-teal-900 { --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + background-color: rgb(19 78 74 / var(--tw-bg-opacity)); } .dark .dark\:bg-gray-300 { @@ -3098,36 +3159,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(209 213 219 / var(--tw-bg-opacity)); } -.dark .dark\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-cyan-500 { - --tw-bg-opacity: 1; - background-color: rgb(6 182 212 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-cyan-700 { - --tw-bg-opacity: 1; - background-color: rgb(14 116 144 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-indigo-800 { - --tw-bg-opacity: 1; - background-color: rgb(55 48 163 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgb(165 180 252 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-indigo-600 { - --tw-bg-opacity: 1; - background-color: rgb(79 70 229 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-opacity-40 { --tw-bg-opacity: 0.4; } @@ -3136,16 +3167,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-image: linear-gradient(to right, var(--tw-gradient-stops)); } -.dark .dark\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); -} - -.dark .dark\:bg-gradient-to-t { - background-image: linear-gradient(to top, var(--tw-gradient-stops)); -} - -.dark .dark\:bg-gradient-to-l { - background-image: linear-gradient(to left, 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 { @@ -3153,69 +3177,25 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 95 70 / 0)); } -.dark .dark\:from-red-200 { - --tw-gradient-from: #fecaca; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(254 202 202 / 0)); -} - -.dark .dark\:from-red-500 { - --tw-gradient-from: #ef4444; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(239 68 68 / 0)); -} - -.dark .dark\:from-violet-500 { - --tw-gradient-from: #8b5cf6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(139 92 246 / 0)); -} - -.dark .dark\:from-violet-600 { - --tw-gradient-from: #7c3aed; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(124 58 237 / 0)); -} - -.dark .dark\:from-black { - --tw-gradient-from: #000; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0)); -} - -.dark .dark\:via-emerald-300 { - --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgb(110 231 183 / 0)); +.dark .dark\:from-emerald-600 { + --tw-gradient-from: #059669; + --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\:via-emerald-800 { - --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgb(6 95 70 / 0)); +.dark .dark\:to-green-800 { + --tw-gradient-to: #166534; } .dark .dark\:to-cyan-800 { --tw-gradient-to: #155e75; } -.dark .dark\:to-red-200 { - --tw-gradient-to: #fecaca; -} - -.dark .dark\:to-green-300 { - --tw-gradient-to: #86efac; -} - -.dark .dark\:to-green-500 { - --tw-gradient-to: #22c55e; -} - -.dark .dark\:to-black { - --tw-gradient-to: #000; -} - -.dark .dark\:to-green-600 { - --tw-gradient-to: #16a34a; -} - -.dark .dark\:to-green-800 { - --tw-gradient-to: #166534; +.dark .dark\:to-teal-500 { + --tw-gradient-to: #14b8a6; } .dark .dark\:fill-white { @@ -3239,31 +3219,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(255 255 255 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-50 { - --tw-text-opacity: 1; - color: rgb(249 250 251 / var(--tw-text-opacity)); -} - -.dark .dark\:text-gray-900 { - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); -} - .dark .dark\:text-gray-300 { --tw-text-opacity: 1; color: rgb(209 213 219 / 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-purple-400 { --tw-text-opacity: 1; 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)); @@ -3284,9 +3254,19 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(126 34 206 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-400 { +.dark .dark\:text-sky-400 { --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); + color: rgb(56 189 248 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-50 { + --tw-text-opacity: 1; + color: rgb(249 250 251 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-900 { + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); } .dark .dark\:text-gray-100 { @@ -3299,24 +3279,19 @@ 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-300 { --tw-text-opacity: 1; color: rgb(125 211 252 / var(--tw-text-opacity)); } -.dark .dark\:text-sky-800 { +.dark .dark\:text-violet-400 { --tw-text-opacity: 1; - color: rgb(7 89 133 / var(--tw-text-opacity)); + color: rgb(167 139 250 / var(--tw-text-opacity)); } -.dark .dark\:text-sky-600 { +.dark .dark\:text-cyan-300 { --tw-text-opacity: 1; - color: rgb(2 132 199 / var(--tw-text-opacity)); + color: rgb(103 232 249 / var(--tw-text-opacity)); } .dark .dark\:ring-2 { @@ -3350,16 +3325,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(75 85 99 / 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-sky-800:hover { - --tw-text-opacity: 1; - color: rgb(7 89 133 / var(--tw-text-opacity)); -} - .dark .dark\:hover\:text-purple-500:hover { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -3380,6 +3345,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(107 33 168 / var(--tw-text-opacity)); } +.dark .dark\:hover\:text-sky-800:hover { + --tw-text-opacity: 1; + color: rgb(7 89 133 / var(--tw-text-opacity)); +} + +.dark .hover\:dark\:text-violet-400:hover { + --tw-text-opacity: 1; + color: rgb(167 139 250 / var(--tw-text-opacity)); +} + .dark .dark\:hover\:text-gray-300:hover { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); @@ -3395,11 +3370,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(125 211 252 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-red-300:hover { - --tw-text-opacity: 1; - color: rgb(252 165 165 / var(--tw-text-opacity)); -} - .dark .dark\:hover\:text-red-500:hover { --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity)); @@ -3420,6 +3390,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(55 65 81 / var(--tw-text-opacity)); } +.dark .dark .dark\:hover\:dark\:text-gray-300:hover { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-cyan-300:hover { + --tw-text-opacity: 1; + color: rgb(103 232 249 / 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)); @@ -3479,14 +3459,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: auto; } - .sm\:ml-4 { - margin-left: 1rem; - } - .sm\:mr-4 { margin-right: 1rem; } + .sm\:ml-4 { + margin-left: 1rem; + } + .sm\:-mr-20 { margin-right: -5rem; } @@ -3765,6 +3745,14 @@ Ensure the default browser behavior of the `hidden` attribute. position: relative; } + .md\:order-1 { + order: 1; + } + + .md\:order-2 { + order: 2; + } + .md\:col-span-1 { grid-column: span 1 / span 1; } @@ -3794,6 +3782,11 @@ 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; @@ -3903,6 +3896,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } + .md\:w-8 { + width: 2rem; + } + .md\:w-3\/6 { width: 50%; } @@ -3963,6 +3960,10 @@ 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)); } @@ -4017,6 +4018,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.5rem * 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)); + border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); + } + + .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-y-reverse: 0; + border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); + border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); + } + .md\:rounded-none { border-radius: 0px; } @@ -4078,6 +4091,16 @@ 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-10 { padding-left: 2.5rem; padding-right: 2.5rem; @@ -4088,11 +4111,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 1rem; } - .md\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - .md\:px-0 { padding-left: 0px; padding-right: 0px; @@ -4103,11 +4121,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 8rem; } - .md\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - .md\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; @@ -4163,11 +4176,20 @@ Ensure the default browser behavior of the `hidden` attribute. text-align: center; } + .md\:text-right { + text-align: right; + } + .md\:text-5xl { font-size: 3rem; line-height: 1; } + .md\:text-base { + font-size: 1rem; + line-height: 1.5rem; + } + .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; @@ -4279,6 +4301,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 2rem; } + .lg\:mb-16 { + margin-bottom: 4rem; + } + .lg\:mr-12 { margin-right: 3rem; } @@ -4439,6 +4465,10 @@ 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)); } diff --git a/package-lock.json b/package-lock.json index ef9b3a6..c3662cb 100755 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "postcss-cli": "^9.1.0" }, "devDependencies": { + "@fortawesome/fontawesome-free": "^6.0.0", "autoprefixer": "^10.4.2", "postcss": "^8.4.6", "tailwindcss": "^3.0.22" @@ -114,6 +115,16 @@ "node": ">=4" } }, + "node_modules/@fortawesome/fontawesome-free": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.0.0.tgz", + "integrity": "sha512-6LB4PYBST1Rx40klypw1SmSDArjFOcfBf2LeX9Zg5EKJT2eXiyiJq+CyBYKeXyK0sXS2FsCJWSPr/luyhuvh0Q==", + "dev": true, + "hasInstallScript": true, + "engines": { + "node": ">=6" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -1509,6 +1520,12 @@ } } }, + "@fortawesome/fontawesome-free": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.0.0.tgz", + "integrity": "sha512-6LB4PYBST1Rx40klypw1SmSDArjFOcfBf2LeX9Zg5EKJT2eXiyiJq+CyBYKeXyK0sXS2FsCJWSPr/luyhuvh0Q==", + "dev": true + }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", diff --git a/package.json b/package.json index 2609b7b..765e4ba 100755 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "author": "Istiyak Amin", "license": "ISC", "devDependencies": { + "@fortawesome/fontawesome-free": "^6.0.0", "autoprefixer": "^10.4.2", "postcss": "^8.4.6", "tailwindcss": "^3.0.22" diff --git a/public/componets/footer/32_footer.html b/public/componets/footer/32_footer.html new file mode 100644 index 0000000..a8bede4 --- /dev/null +++ b/public/componets/footer/32_footer.html @@ -0,0 +1,112 @@ + + + + + + + + footer 1 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/footer/33_footer.html b/public/componets/footer/33_footer.html new file mode 100644 index 0000000..e89cc9a --- /dev/null +++ b/public/componets/footer/33_footer.html @@ -0,0 +1,54 @@ + + + + + + + + footer 1 + + + + +
+
Footer 32
+
+ +
+
+
+

Download our fitness app

+

Stay fit. All day, every day.

+
+
+ +
+

Download on

+

Google Play Store

+
+
+
+ +
+

Download on

+

Apple Store

+
+
+
+
+
+

© Beautiful Footer, 2021.

+
+ About us + Contact us + Privacy Policy +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/public/componets/footer/34_footer.html b/public/componets/footer/34_footer.html new file mode 100644 index 0000000..4bc3173 --- /dev/null +++ b/public/componets/footer/34_footer.html @@ -0,0 +1,90 @@ + + + + + + + + + Footer 34 + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/footer/footer.html b/public/componets/footer/footer.html index a2ff076..c4deb1b 100644 --- a/public/componets/footer/footer.html +++ b/public/componets/footer/footer.html @@ -5,6 +5,8 @@ + + Footer @@ -3028,7 +3030,7 @@ -