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