mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
55 lines
945 B
SCSS
55 lines
945 B
SCSS
.layout-blank {
|
|
.auth-wrapper {
|
|
min-block-size: calc(var(--vh, 1vh) * 100);
|
|
|
|
.auth-footer-mask {
|
|
position: absolute;
|
|
inset-block-end: 0;
|
|
min-inline-size: 100%;
|
|
}
|
|
|
|
.auth-footer-start-tree,
|
|
.auth-footer-end-tree {
|
|
position: absolute;
|
|
z-index: 1;
|
|
}
|
|
|
|
.auth-footer-start-tree {
|
|
inset-block-end: 0;
|
|
inset-inline-start: 0;
|
|
}
|
|
|
|
.auth-footer-end-tree {
|
|
inset-block-end: 0;
|
|
inset-inline-end: 0;
|
|
}
|
|
|
|
.auth-illustration {
|
|
z-index: 1;
|
|
}
|
|
}
|
|
|
|
.auth-card {
|
|
z-index: 1 !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 960px) {
|
|
.skin--bordered {
|
|
.auth-card-v2 {
|
|
border-inline-start: 1px solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.auth-logo {
|
|
position: absolute;
|
|
z-index: 1;
|
|
inset-block-start: 2rem;
|
|
inset-inline-start: 2.3rem;
|
|
}
|
|
|
|
.auth-card-v2 {
|
|
background-color: rgb(var(--v-theme-surface));
|
|
}
|