update logo

This commit is contained in:
2026-08-05 10:09:34 +07:00
parent 83bfe98ea7
commit 92bcb04682
9 changed files with 56 additions and 7 deletions

View File

@@ -586,3 +586,45 @@ body.verify-page {
animation-iteration-count: 1 !important;
}
}
/* Shared brand artwork */
.auth-brand-image,
.sidebar-brand-image,
.verify-brand-image {
display: block;
width: auto;
object-fit: contain;
}
.auth-brand-image {
height: 5rem;
max-width: 9rem;
}
.sidebar-brand-link {
display: flex;
justify-content: center;
align-items: center;
min-height: 3.25rem;
}
.sidebar-brand-image {
height: 3.25rem;
max-width: 7rem;
}
.verify-brand-image {
height: 4rem;
max-width: 7rem;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 560px) {
.auth-card .auth-brand-image {
height: 4rem;
}
.verify-card .verify-brand-image {
height: 3.25rem;
}
}