aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ButtonBox.scss
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-24 22:48:46 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-24 22:48:46 -0400
commite9f5a7a005ce24e85bc2b97157bd2da416c786b9 (patch)
tree44255cfefcd878f4d72af00119e317b36d646d1c /src/client/views/nodes/ButtonBox.scss
parentab78fa317bdbcf6fcbceb35586604d90c7277446 (diff)
parentd344bb81c43820d606655a4f78dbaedc66ab3638 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/ButtonBox.scss')
-rw-r--r--src/client/views/nodes/ButtonBox.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/ButtonBox.scss b/src/client/views/nodes/ButtonBox.scss
new file mode 100644
index 000000000..97cc91128
--- /dev/null
+++ b/src/client/views/nodes/ButtonBox.scss
@@ -0,0 +1,10 @@
+.buttonBox-outerDiv {
+ width: 100%;
+ height: 100%;
+ pointer-events: all;
+}
+
+.buttonBox-mainButton {
+ width: 100%;
+ height: 100%;
+} \ No newline at end of file