added logo

This commit is contained in:
Corey Blais
2026-04-08 21:09:16 -04:00
parent a1b046b6f0
commit a7d70cb177
4 changed files with 134 additions and 8 deletions
+22
View File
@@ -138,6 +138,10 @@ textarea {
gap: 1rem;
}
.auth-copy {
align-content: start;
}
.auth-card {
padding: 1.25rem;
border-radius: 24px;
@@ -145,6 +149,24 @@ textarea {
border: 1px solid rgba(39, 105, 179, 0.12);
}
.auth-illustration-card {
margin: 0;
padding: 1rem;
border-radius: 28px;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.6), transparent 44%),
linear-gradient(180deg, rgba(255, 249, 238, 0.92), rgba(234, 245, 238, 0.84));
border: 1px solid rgba(39, 105, 179, 0.12);
box-shadow: 0 18px 34px rgba(89, 48, 42, 0.1);
}
.auth-illustration-card img {
display: block;
width: 100%;
height: auto;
border-radius: 22px;
}
.auth-tabs {
grid-template-columns: repeat(2, minmax(0, 1fr));
}