set basic layout, error boundary, add QR code for 2FA

This commit is contained in:
2023-12-23 19:59:13 +01:00
parent 78ce5dc512
commit 0b15dd50ab
30 changed files with 1674 additions and 34 deletions
+13
View File
@@ -0,0 +1,13 @@
#root {
min-height: 100vh;
display: flex;
flex-direction: column;
}
footer {
margin-top: auto;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}