diff options
| author | madelinegr <laura_wilson@brown.edu> | 2019-02-27 00:56:43 -0500 |
|---|---|---|
| committer | madelinegr <laura_wilson@brown.edu> | 2019-02-27 00:56:43 -0500 |
| commit | f7829f425e1ccbc6baa2059c91fa914d21963440 (patch) | |
| tree | d3ac69e2ac34eb132a4af987545eaf2e209605fe /src/client/views/nodes/WebBox.scss | |
| parent | 6d96342814874fe5ceec7264887a37e8aa1fab20 (diff) | |
| parent | 7d7d9349a9c2c7136eccf8d08af506d00f2bd2fd (diff) | |
merged
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 |
