Add some initial web UI

This commit is contained in:
2019-09-10 19:39:06 -04:00
parent 807d6cb5b5
commit a32e65de1c
51 changed files with 14219 additions and 0 deletions

4
Display/src/styles.scss Normal file
View File

@@ -0,0 +1,4 @@
/* You can add global styles to this file, and also import other style files */
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }