feat: project description block on login page

This commit is contained in:
2026-05-11 08:43:50 +00:00
parent d7716fa569
commit 55da535f44
2 changed files with 44 additions and 0 deletions
+34
View File
@@ -973,3 +973,37 @@ button {
color: #c0dff8;
box-shadow: 0 4px 18px rgba(42,140,214,.28), inset 0 1px 0 rgba(255,255,255,.12);
}
.login-about {
max-width: 420px;
text-align: center;
padding: 0 1rem 2.5rem;
}
.login-about-title {
font-size: 1.25rem;
font-weight: 700;
color: #dce8f5;
margin-bottom: 0.75rem;
letter-spacing: .01em;
}
.login-about-desc {
font-size: .9rem;
color: #7ea8c4;
line-height: 1.65;
margin-bottom: 1.1rem;
}
.login-about-chips {
display: flex;
flex-wrap: wrap;
gap: .5rem;
justify-content: center;
}
.login-chip {
background: rgba(42,140,214,.13);
border: 1px solid rgba(42,140,214,.3);
border-radius: 999px;
padding: .35rem .85rem;
font-size: .8rem;
color: #6bbfff;
font-weight: 600;
}