aboutsummaryrefslogtreecommitdiff
path: root/src/views/nodes/NodeView.scss
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-01-28 01:55:22 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-01-28 01:55:22 -0500
commitdb241485f4f9dff0f43cf5e8059ccb7bd8df5b15 (patch)
tree789aa71a15151ae9c180200414b8089084a497dc /src/views/nodes/NodeView.scss
parentb6ae466668086bee68014a3fb0c7df75ff7df4ca (diff)
Formatted all files
Diffstat (limited to 'src/views/nodes/NodeView.scss')
-rw-r--r--src/views/nodes/NodeView.scss10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/views/nodes/NodeView.scss b/src/views/nodes/NodeView.scss
index a68335f87..dac1c0a8e 100644
--- a/src/views/nodes/NodeView.scss
+++ b/src/views/nodes/NodeView.scss
@@ -1,31 +1,23 @@
.node {
position: absolute;
background: #cdcdcd;
-
overflow: hidden;
-
-
&.minimized {
width: 30px;
height: 30px;
}
-
.top {
background: #232323;
height: 20px;
cursor: pointer;
}
-
.content {
padding: 20px 20px;
height: auto;
box-sizing: border-box;
-
}
-
.scroll-box {
overflow-y: scroll;
height: calc(100% - 20px);
}
-}
-
+} \ No newline at end of file