aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.scss
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-03-02 16:33:42 -0500
committermadelinegr <laura_wilson@brown.edu>2019-03-02 16:33:42 -0500
commit043f40fec06da86732aeb6534d50edc56d4b8fad (patch)
treefe8ba1113ad87cfd41d4641120ce78b9553c8239 /src/client/views/nodes/WebBox.scss
parent33809739a0a24a256d6a1b30bf237fc8bd749db3 (diff)
parentbde8aabad7e5745b4797e73b564e4efb19faeca9 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into treeview
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
-rw-r--r--src/client/views/nodes/WebBox.scss14
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