create eleve

This commit is contained in:
2026-04-25 20:35:43 +02:00
parent bd7c67fc93
commit c420d539da
5 changed files with 215 additions and 46 deletions

View File

@@ -41,6 +41,15 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
.stack { display: flex; flex-direction: column; gap: 0.75rem; }
.small-gap { gap: 0.5rem; }
.hero { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.session-summary {
display: flex;
flex-direction: column;
gap: 0.35rem;
border: 1px solid #e5e7eb;
border-radius: 16px;
padding: 0.75rem;
background: #f8fafc;
}
.session-user {
margin-left: auto;
display: flex;