chore: tailwind v4 migration

This commit is contained in:
Timothy Jaeryang Baek
2025-02-15 19:27:25 -08:00
parent 30182d77cc
commit e3fa48b6ce
132 changed files with 1056 additions and 1034 deletions

View File

@@ -213,7 +213,7 @@
<input
bind:value={name}
type="text"
class="my-0.5 w-full text-sm outline-none bg-transparent"
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
autocomplete="name"
placeholder={$i18n.t('Enter Your Full Name')}
required
@@ -227,7 +227,7 @@
<input
bind:value={ldapUsername}
type="text"
class="my-0.5 w-full text-sm outline-none bg-transparent"
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
autocomplete="username"
name="username"
placeholder={$i18n.t('Enter Your Username')}
@@ -240,7 +240,7 @@
<input
bind:value={email}
type="email"
class="my-0.5 w-full text-sm outline-none bg-transparent"
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
autocomplete="email"
name="email"
placeholder={$i18n.t('Enter Your Email')}
@@ -255,7 +255,7 @@
<input
bind:value={password}
type="password"
class="my-0.5 w-full text-sm outline-none bg-transparent"
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
placeholder={$i18n.t('Enter Your Password')}
autocomplete="current-password"
name="current-password"

View File

@@ -18,7 +18,7 @@
{#if loaded}
<div class="absolute w-full h-full flex z-50">
<div class="absolute rounded-xl w-full h-full backdrop-blur flex justify-center">
<div class="absolute rounded-xl w-full h-full backdrop-blur-sm flex justify-center">
<div class="m-auto pb-44 flex flex-col justify-center">
<div class="max-w-md">
<div class="text-center text-2xl font-medium z-50">

View File

@@ -173,7 +173,7 @@
</div>
<div
class="absolute bottom-0 right-0 left-0 flex justify-center w-full bg-gradient-to-b from-transparent to-white dark:to-gray-900"
class="absolute bottom-0 right-0 left-0 flex justify-center w-full bg-linear-to-b from-transparent to-white dark:to-gray-900"
>
<div class="pb-5">
<button