Major refactoring to include frontend...

This commit is contained in:
2025-03-28 16:02:03 +01:00
parent 4edf1516dd
commit bda0b74cbd
94 changed files with 91073 additions and 436 deletions

2
assets/styles/app.css Normal file
View File

@@ -0,0 +1,2 @@
@import url('../vendor/bulma/css/bulma.min.css');
@import url('./bim.css');

14
assets/styles/bim.css Normal file
View File

@@ -0,0 +1,14 @@
@import url('../vendor/fontawesome-free/css/all.min.css');
@import url('../vendor/bulma/css/bulma.min.css');
#scene {
min-height: 93vh;
margin-left: 20vw;
overflow: hidden;
}
#ui {
position: absolute;
top: 3.5rem;
max-width: 20vw;
z-index: 5;
}