Updated Bulma CSS. Remastered whole GUI.

This commit is contained in:
Revertron
2021-03-24 19:06:22 +01:00
parent 1225bf6fbc
commit ffd03aa62e
7 changed files with 2118 additions and 1505 deletions
+20
View File
@@ -0,0 +1,20 @@
.container {
margin: 10pt;
}
.notification {
position: absolute;
z-index: 100;
width: 50%;
top: 10pt;
right: 10pt;
}
.footer {
background-color: #f4f4f4;
padding: 0.2rem 0.5rem 0.2rem 0.5rem;
width: 100%;
position: absolute;
bottom: 0px;
z-index: 9;
}