From 21f38e7e16630153b1aa2f7a061c5da75222a0f6 Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Tue, 30 Apr 2024 14:44:25 +0200 Subject: [PATCH] Added compiled version Signed-off-by: Tuan-Dat Tran --- assets/tailwind.css | 52 ++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/assets/tailwind.css b/assets/tailwind.css index 60ec21a..af3acab 100644 --- a/assets/tailwind.css +++ b/assets/tailwind.css @@ -566,10 +566,6 @@ video { border-width: 0; } -.fixed { - position: fixed; -} - .absolute { position: absolute; } @@ -586,10 +582,6 @@ video { inset-inline-start: -0.375rem; } -.m-16 { - margin: 4rem; -} - .mx-16 { margin-left: 4rem; margin-right: 4rem; @@ -626,6 +618,10 @@ video { margin-bottom: 1rem; } +.mb-8 { + margin-bottom: 2rem; +} + .me-2 { margin-inline-end: 0.5rem; } @@ -646,6 +642,10 @@ video { margin-top: 0.375rem; } +.mt-2 { + margin-top: 0.5rem; +} + .mt-3 { margin-top: 0.75rem; } @@ -654,10 +654,6 @@ video { margin-top: 1rem; } -.mb-8 { - margin-bottom: 2rem; -} - .block { display: block; } @@ -749,12 +745,16 @@ video { min-width: 100%; } +.max-w-32 { + max-width: 8rem; +} + .max-w-40 { max-width: 10rem; } -.max-w-8 { - max-width: 2rem; +.max-w-md { + max-width: 28rem; } .max-w-screen-md { @@ -773,6 +773,10 @@ video { max-width: 36rem; } +.max-w-8 { + max-width: 2rem; +} + .cursor-pointer { cursor: pointer; } @@ -1258,16 +1262,16 @@ video { box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } -.focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity)); -} - .focus\:ring-gray-200:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity)); } +.focus\:ring-cyan-300:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity)); +} + .group:hover .group-hover\:from-green-400 { --tw-gradient-from: #4ade80 var(--tw-gradient-from-position); --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position); @@ -1497,15 +1501,15 @@ video { background-color: rgb(55 65 81 / var(--tw-bg-opacity)); } - .dark\:focus\:ring-cyan-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity)); - } - .dark\:focus\:ring-gray-600:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity)); } + + .dark\:focus\:ring-cyan-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity)); + } } @media (min-width: 768px) {