feat (styles): introduce main.css for base styles and css variables

This commit is contained in:
Abizrh
2025-08-08 14:46:04 +07:00
parent d40ce3eacb
commit 992c54fcd5
6 changed files with 357 additions and 133 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ async function onSubmit(event: Event) {
</div>
<Input id="password" v-model="password" type="password" :disabled="isLoading" />
</div>
<Button type="submit" variant="outline" class="w-full" :disabled="isLoading">
<Button type="submit" class="w-full" :disabled="isLoading">
<Loader2 v-if="isLoading" class="mr-2 h-4 w-4 animate-spin" />
Login
</Button>