fix: admin login overlay and version footer
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m53s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m53s
This commit is contained in:
@@ -572,6 +572,33 @@ textarea:focus-visible {
|
||||
color: var(--text-tertiary);
|
||||
}
|
||||
|
||||
.admin-drawer-version {
|
||||
margin-top: auto;
|
||||
padding: var(--space-4);
|
||||
border-top: 1px solid var(--border-color-light);
|
||||
font-size: 0.72rem;
|
||||
color: var(--text-tertiary);
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.admin-drawer-version-label {
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
margin-bottom: 4px;
|
||||
color: var(--text-secondary);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
}
|
||||
|
||||
.admin-drawer-version-value {
|
||||
font-weight: var(--font-weight-semibold);
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.admin-drawer-version-built {
|
||||
margin-top: 2px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.admin-main {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user