diff options
Diffstat (limited to 'frontend/views/index/index.css')
| -rw-r--r-- | frontend/views/index/index.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/frontend/views/index/index.css b/frontend/views/index/index.css new file mode 100644 index 0000000..48c5abc --- /dev/null +++ b/frontend/views/index/index.css @@ -0,0 +1,18 @@ +* { + +} + +.index > div { + margin: 1rem; + padding: 1rem; + max-height: calc(100% - 2rem); + overflow: scroll; + background: rgba(64,12,64,0.9); +} +.graphIndex { + display: flex; + flex-direction: column; +} +.graphIndex > * { + margin-bottom: 0.5rem; +}
\ No newline at end of file |
