Add Bulma and css

This commit is contained in:
2024-05-30 16:00:55 +02:00
parent b62a8fe579
commit d4eda16b59
4 changed files with 52 additions and 24 deletions

22
css/bim.css Normal file
View File

@@ -0,0 +1,22 @@
@import url('../vendor/fontawesome-free/css/all.min.css');
@import url('../vendor/bulma/css/bulma.min.css');
/*
input[type="file"] {
opacity: 0;
}
label[for="load-ifc"] {
padding: 10px;
cursor: pointer;
position: absolute;
top: 0;
right: 4rem;
background-color: #ddd;
border: 1px #333 solid;
border-radius: 5px;
}
*/
#scene {
min-height: 100vh;
overflow: hidden;
}