Split styles into modular CSS files

This commit is contained in:
2026-02-04 20:46:24 +01:00
parent fc373ffb91
commit d6d3566f47
8 changed files with 749 additions and 706 deletions

View File

@@ -0,0 +1,17 @@
.auth-card .active {
font-weight: 700;
}
.auth-form {
margin-top: 8px;
}
.auth-logo {
display: flex;
justify-content: center;
margin-bottom: 12px;
}
.auth-logo img {
max-width: 200px;
width: 100%;
height: auto;
filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}