2021-08-02 03:24:47 +00:00
|
|
|
.layout-enter-active,
|
|
|
|
.layout-leave-active {
|
|
|
|
transition: opacity 0.2s;
|
|
|
|
}
|
|
|
|
.layout-enter,
|
|
|
|
.layout-leave-active {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2021-09-05 04:24:32 +00:00
|
|
|
|
|
|
|
.narrow-container {
|
2021-10-20 02:45:03 +00:00
|
|
|
max-width: 800px !important;
|
2021-09-05 04:24:32 +00:00
|
|
|
}
|
2021-10-05 04:16:37 +00:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2022-01-09 07:24:34 +00:00
|
|
|
|
|
|
|
.left-border {
|
|
|
|
border-left: 5px solid var(--v-primary-base) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.handle {
|
|
|
|
cursor: grab;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
visibility: hidden !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.v-card__text,
|
|
|
|
.v-card__title {
|
|
|
|
word-break: normal !important;
|
|
|
|
}
|