mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
modify login page style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user