feat(brand): apply 森林AI identity

This commit is contained in:
2026-07-22 15:06:51 +08:00
parent bbc3a752dc
commit 98573cf4ca
21 changed files with 91 additions and 37 deletions

View File

@@ -113,23 +113,23 @@
gap: 16px;
}
.brand-symbol {
.brand-icon {
width: 32px;
height: 32px;
display: grid;
place-items: center;
display: block;
border-radius: 8px;
background: var(--senlin-primary);
color: white;
font-weight: 800;
font-size: 18px;
}
.brand-lockup.large .brand-symbol {
.brand-lockup.large .brand-icon {
width: 46px;
height: 46px;
border-radius: 12px;
font-size: 24px;
}
.rail-brand-icon {
width: 40px;
height: 40px;
border-radius: 10px;
}
.brand-name {