UI update

This commit is contained in:
2026-03-07 06:29:00 +00:00
parent 27f7d11fca
commit 5922d6ca31
6 changed files with 132 additions and 37 deletions

View File

@@ -1,7 +1,4 @@
/* app/assets/css/auth.css */
.auth-card {
/* Inherits recipe-card but adds a tighter feel for a login form */
max-width: 450px;
margin-top: 5vh;
}
@@ -14,7 +11,6 @@
margin-bottom: 8px;
}
/* Enhancing the custom-input for Auth with icons */
.auth-input .v-field__prepend-inner {
display: flex !important;
padding-right: 12px;
@@ -38,7 +34,6 @@
color: #2e1e0a !important;
}
/* Subtle animation when switching between Login and Register */
.auth-switch-enter-active, .auth-switch-leave-active {
transition: all 0.3s ease;
}