Move logs.html from frontend to dashboard

This commit is contained in:
Johannes Zellner
2024-10-04 20:47:49 +02:00
parent 2300e1baee
commit bc4e6ab1de
13 changed files with 558 additions and 19 deletions

18
dashboard/src/style.css Normal file
View File

@@ -0,0 +1,18 @@
html, body {
font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */
font-family: Noto Sans;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-color: #e5e5e5;
color: var(--pankow-text-color);
}
.shadow {
box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
#app {
height: 100%;
}