UI update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user