diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-06-30 12:42:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-30 12:42:10 -0700 |
| commit | fee343f6a4103661a9aeea1eefe94058a9a074c6 (patch) | |
| tree | f4b18b179c6b94edb672405e09ea453fbea80b5e /src/client/views/nodes/DataVizBox/TableBox.scss | |
| parent | ea6e63648b21c46672b1b7cb1da0cbaa6857d0c1 (diff) | |
| parent | 03c958f8ac95c65e77c337c6ecc4cd6b49f79175 (diff) | |
Merge pull request #70 from brown-dash/data-visualization-view-naafi
Data visualization view naafi
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 |
