feat(oauth): add provider icons to oauth login cards

This commit is contained in:
dp
2025-12-23 13:48:09 +08:00
parent 561e06503c
commit 39847fa56d
10 changed files with 45 additions and 10 deletions

View File

@@ -4,6 +4,17 @@
width: 100%;
}
.cardTitle {
display: flex;
align-items: center;
gap: $spacing-sm;
}
.cardTitleIcon {
width: 24px;
height: 24px;
}
.pageTitle {
font-size: 28px;
font-weight: 700;