1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

chore: deps-dev-bump (#1533)

* bump dev dependencies

* fix/generate font sheets

* bump python deps to nuke cache
This commit is contained in:
Hayden 2022-08-08 17:58:10 -08:00 committed by GitHub
parent 34cd6eb687
commit 60ecba2f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 534 additions and 81 deletions

View file

@ -1,49 +0,0 @@
.layout-enter-active,
.layout-leave-active {
transition: opacity 0.2s;
}
.layout-enter,
.layout-leave-active {
opacity: 0;
}
.narrow-container {
max-width: 800px !important;
}
.md-container {
max-width: 950px !important;
}
.theme--dark.v-application {
background-color: var(--v-background-base, #121212) !important;
}
.theme--dark.v-navigation-drawer {
background-color: var(--v-background-base, #121212) !important;
}
.theme--dark.v-card {
background-color: #2b2b2b !important;
}
.left-border {
border-left: 5px solid var(--v-primary-base) !important;
}
.left-warning-border {
border-left: 5px solid var(--v-warning-base) !important;
}
.handle {
cursor: grab;
}
.hidden {
visibility: hidden !important;
}
.v-card__text,
.v-card__title {
word-break: normal !important;
}