aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ScriptingBox.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-05-20 15:51:10 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-05-20 15:51:10 -0500
commit77da28ffd52fb5ff8556063fe5a4aa54ea2d1dc8 (patch)
tree6c1aa57eec9a38c82a62126953d71908f826604d /src/client/views/nodes/ScriptingBox.scss
parent6e055a4953c55f297626e75796698e51bb83a150 (diff)
fixed drop down UI, storage
Diffstat (limited to 'src/client/views/nodes/ScriptingBox.scss')
-rw-r--r--src/client/views/nodes/ScriptingBox.scss56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/client/views/nodes/ScriptingBox.scss b/src/client/views/nodes/ScriptingBox.scss
index 8c91dee6c..ca4c49a7b 100644
--- a/src/client/views/nodes/ScriptingBox.scss
+++ b/src/client/views/nodes/ScriptingBox.scss
@@ -61,68 +61,12 @@
outline-color: black;
}
- .scriptingBox-cmdPicker {
- margin-left: 3px;
- margin-right: 0px;
- background: rgb(238, 238, 238);
- border: none;
- color: grey;
- }
-
.commandEntry-outerDiv {
pointer-events: all;
background-color: gray;
display: flex;
flex-direction: row;
-
- .commandEntry-drop {
- color: white;
- width: 25px;
- margin-top: auto;
- margin-bottom: auto;
- }
- }
-
- .scriptingBox-collapse {
- transition: all .5s, opacity 0.3s;
- position: absolute;
- width: 40px;
- transform-origin: top left;
- pointer-events: all;
- // margin-top: 10px;
}
-
- .scriptingBox-template,
- .scriptingBox-viewModes {
- display: grid;
- background: rgb(238, 238, 238);
- color: grey;
- margin-top: auto;
- margin-bottom: auto;
- margin-left: 5px;
- }
-
- .scriptingBox-viewModes {
- margin-left: 25px;
- }
-
- .scriptingBox-viewSpecs {
- margin-left: 5px;
- display: grid;
-
- .scriptingBox-filterIcon {
- position: relative;
- display: flex;
- margin: auto;
- background: gray;
- color: white;
- width: 40px;
- height: 40px;
- align-items: center;
- justify-content: center;
- }
- }
-
}
}