added bootstar, font awsome, and the project is in a useable state, bit needs some manual setup.

This commit is contained in:
2026-06-13 23:11:54 +02:00
parent 4cf12c378e
commit 9045841645
5886 changed files with 538083 additions and 99 deletions

View File

@@ -0,0 +1,29 @@
.auth-container {
min-height: 100vh;
}
.auth-card {
max-width: 950px;
border-radius: 24px;
overflow: hidden;
}
.auth-brand {
background: var(--bs-tertiary-bg);
}
.auth-logo {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 18px;
background: var(--bs-primary);
color: var(--bs-body-bg);
font-size: 28px;
}
.auth-switch a {
font-weight: 600;
}