diff --git a/app/static/css/tailwind.css b/app/static/css/tailwind.css index b73833f..60da864 100644 --- a/app/static/css/tailwind.css +++ b/app/static/css/tailwind.css @@ -682,6 +682,11 @@ video { margin-right: auto; } +.mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; +} + .-mb-px { margin-bottom: -1px; } @@ -774,6 +779,18 @@ video { margin-top: 2rem; } +.mb-0\.5 { + margin-bottom: 0.125rem; +} + +.mb-1 { + margin-bottom: 0.25rem; +} + +.ml-1 { + margin-left: 0.25rem; +} + .block { display: block; } @@ -839,6 +856,10 @@ video { height: 0.5rem; } +.h-3\.5 { + height: 0.875rem; +} + .w-16 { width: 4rem; } @@ -875,6 +896,10 @@ video { width: 5rem; } +.w-3\.5 { + width: 0.875rem; +} + .min-w-\[300px\] { min-width: 300px; } @@ -939,6 +964,10 @@ video { align-items: center; } +.items-baseline { + align-items: baseline; +} + .justify-end { justify-content: flex-end; } @@ -971,6 +1000,10 @@ video { gap: 2.5rem; } +.gap-3 { + gap: 0.75rem; +} + .space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); @@ -1381,6 +1414,10 @@ video { text-align: center; } +.text-right { + text-align: right; +} + .font-sans { font-family: Inter, sans-serif; } @@ -1446,6 +1483,10 @@ video { font-weight: 800; } +.font-normal { + font-weight: 400; +} + .uppercase { text-transform: uppercase; } @@ -1542,6 +1583,11 @@ video { color: rgb(153 246 228 / var(--tw-text-opacity, 1)); } +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity, 1)); +} + .no-underline { text-decoration-line: none; } @@ -1754,6 +1800,12 @@ video { 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-blue-500:focus { --tw-border-opacity: 1; border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)); diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index b33ad48..489991d 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -101,46 +101,44 @@ -