UI updates, recipe save update

This commit is contained in:
2026-03-12 04:04:06 +00:00
parent 5309ee5d4f
commit d898ae29ad
5 changed files with 139 additions and 13 deletions

View File

@@ -240,4 +240,28 @@
.brand-icon-container .v-img {
filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.1));
}
.auth-logo {
mix-blend-mode: multiply;
filter: sepia(0.3) contrast(1.1) brightness(0.9);
opacity: 0.85;
max-width: 200px;
height: auto;
display: block;
margin: 0 auto;
}
.thematic-snackbar .v-snackbar__wrapper {
border-radius: 4px !important;
border: 1px solid rgba(140, 74, 50, 0.2) !important;
}
.snackbar-text {
font-family: 'Crimson Text', serif;
font-size: 1.05rem;
letter-spacing: 0.02em;
}