diff options
| author | bobzel <zzzman@gmail.com> | 2019-02-27 00:01:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-27 00:01:11 -0500 |
| commit | 609dc8f234f6eafdd5c7ed3f7040fff169bf266a (patch) | |
| tree | 133da1d566c0fb37e14c84494aa14edef7ed6bd8 /src/client/views/nodes/WebBox.scss | |
| parent | 04ee2ad6e7ca887c3cfc7277c4b382f936c0fa6d (diff) | |
| parent | 14d6495e4d4b9d38a37187a50ebeb84057abbc20 (diff) | |
Merge pull request #7 from browngraphicslab/web_box
Web box
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss new file mode 100644 index 000000000..e72b3c4da --- /dev/null +++ b/src/client/views/nodes/WebBox.scss @@ -0,0 +1,14 @@ + +.webBox-cont { + padding: 0vw; + position: absolute; + width: 100%; + height: 100%; +} + +.webBox-button { + padding : 0vw; + border: none; + width : 100%; + height: 100%; +}
\ No newline at end of file |
