Initial settings tab

This commit is contained in:
Geomitron
2020-02-13 22:33:14 -05:00
parent c6b549340b
commit 49cba89a11
14 changed files with 204 additions and 47 deletions

View File

@@ -0,0 +1,10 @@
:host {
flex: 1;
padding: 2em;
overflow-y: scroll;
}
.default-cursor {
cursor: default;
pointer-events: none;
}