aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ScriptBox.scss
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-07-03 13:42:20 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-07-03 13:42:20 -0400
commit3cdc6f11e262e289b6070d6fa75a59fff7e59b1e (patch)
treea495851d5f2daed65e2a4181fe76587754ee98cf /src/client/views/ScriptBox.scss
parent6825392b8e933820bb5f66eba88da9b274cc0bc0 (diff)
Added state to layout scripts
Diffstat (limited to 'src/client/views/ScriptBox.scss')
-rw-r--r--src/client/views/ScriptBox.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/ScriptBox.scss b/src/client/views/ScriptBox.scss
new file mode 100644
index 000000000..28326624a
--- /dev/null
+++ b/src/client/views/ScriptBox.scss
@@ -0,0 +1,17 @@
+.scriptBox-outerDiv {
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+}
+
+.scriptBox-toolbar {
+ width: 100%;
+}
+
+.scriptBox-textArea {
+ width: 100%;
+ height: 100%;
+ box-sizing: border-box;
+ resize: none;
+} \ No newline at end of file