modify login page style

This commit is contained in:
MaysWind
2023-07-02 19:07:55 +08:00
parent 58c0167696
commit 9ef7a18847
4 changed files with 146 additions and 123 deletions
+23
View File
@@ -1,3 +1,4 @@
/** Common class **/
.disabled {
opacity: 0.55 !important;
pointer-events: none !important;
@@ -10,6 +11,28 @@
pointer-events: none !important;
}
/** custom class **/
.auth-logo {
position: absolute;
z-index: 1;
inset-block-start: 2rem;
inset-inline-start: 2.3rem;
}
.auth-logo img {
width: 2em;
height: 2em;
}
.auth-wrapper {
min-block-size: calc(var(--vh, 1vh) * 100);
}
.auth-card {
background-color: rgb(var(--v-theme-surface));
}
/** Common class for replacing the default style of vuetify **/
.v-table {
th {
background: rgb(var(--v-table-header-background)) !important;