aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ButtonBox.scss
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-08-23 13:52:54 -0400
committerkimdahey <claire_kim1@brown.edu>2019-08-23 13:52:54 -0400
commit04e9b9b8826115062a112e52ee772247c9fe5381 (patch)
treea7923b4aae0e11baf07ee6f739f5007a89f05bf3 /src/client/views/nodes/ButtonBox.scss
parent72ed0bbdb045695a8dcb7d604a9d834b16f424a9 (diff)
parenta050cf846fe0d78a922268d33a9024e95a7a5a09 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into doc_deco_claire
Diffstat (limited to 'src/client/views/nodes/ButtonBox.scss')
-rw-r--r--src/client/views/nodes/ButtonBox.scss19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/client/views/nodes/ButtonBox.scss b/src/client/views/nodes/ButtonBox.scss
index 5ed435505..75a790667 100644
--- a/src/client/views/nodes/ButtonBox.scss
+++ b/src/client/views/nodes/ButtonBox.scss
@@ -3,14 +3,29 @@
height: 100%;
pointer-events: all;
border-radius: inherit;
- display:table;
+ display:flex;
+ flex-direction: column;
}
.buttonBox-mainButton {
width: 100%;
height: 100%;
border-radius: inherit;
+ text-align: center;
+ display: table;
+}
+.buttonBox-mainButtonCenter {
+ height: 100%;
display:table-cell;
vertical-align: middle;
- text-align: center;
+}
+
+.buttonBox-params {
+ display:flex;
+ flex-direction: row;
+}
+
+.buttonBox-missingParam {
+ width:100%;
+ background: lightgray;
} \ No newline at end of file