Updating UI

This commit is contained in:
Kinesin Data Technologies Incorporated
2022-10-07 15:54:30 -03:00
parent e711b3249b
commit 2e89c1bac2
11 changed files with 157 additions and 656 deletions
+23
View File
@@ -0,0 +1,23 @@
:root {
--base-fontsize: 1.0rem;
}
body {
max-width: 100%;
padding: 0px;
margin: 0px;
}
pre {
font-size: 1.0rem;
}
#app {
flex-flow: column wrap;
}
.svgicon {
height: 1em;
width: auto;
padding: 2px;
}