diff options
| author | bobzel <zzzman@gmail.com> | 2022-07-05 10:15:54 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-07-05 10:15:54 -0400 |
| commit | c1cd00c7664df694b867f4989a1f61d959390742 (patch) | |
| tree | 29cfd0a7f9ed26ce2fd2eaf90549232e6c999c9d /src/client/views/nodes/DataVizBox/TableBox.scss | |
| parent | 2917042be6dc9d05a1a6a8d9dd01d19f915f1b68 (diff) | |
| parent | 3419d46a569da7ae8899588251426b82996ca523 (diff) | |
Merge branch 'master' into parker
Diffstat (limited to 'src/client/views/nodes/DataVizBox/TableBox.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/TableBox.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/TableBox.scss b/src/client/views/nodes/DataVizBox/TableBox.scss new file mode 100644 index 000000000..1264d6a46 --- /dev/null +++ b/src/client/views/nodes/DataVizBox/TableBox.scss @@ -0,0 +1,22 @@ +.table { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; +} + +.table-row { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + padding: 5px; + border-bottom: 1px solid #ccc; +} + +.table-container { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +}
\ No newline at end of file |
