diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-24 22:10:00 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-07-24 22:10:00 -0400 |
| commit | 74593e4370b554072ebbdef9a683a04a1bcbbde1 (patch) | |
| tree | c52589fcd1f2d547532f086a0b6335507cff3e3e /src/client/views/nodes/ButtonBox.scss | |
| parent | 6a296f80672c7e9d0f9c634baed7dc488426de0b (diff) | |
Added a Button document
Diffstat (limited to 'src/client/views/nodes/ButtonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ButtonBox.scss | 10 |
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 |
