feat: new portal web for qr scan

This commit is contained in:
Leifer Mendez
2023-01-09 18:37:58 +01:00
parent 4e0d33c6bb
commit 3de5f4b77a
39 changed files with 2054 additions and 303 deletions

View File

@@ -0,0 +1,12 @@
.logo {
display: flex;
gap: 0.5rem;
align-items: center;
align-content: center;
color: #1a1a1a;
}
.logo h1 {
font-size: 1.5rem;
margin: 0;
}