aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-02-18 18:03:16 -0500
committermadelinegr <mgriswold99@gmail.com>2019-02-18 18:03:16 -0500
commitb5de5ca84389f786124d475f9fac0f833f330dd0 (patch)
treeedd4e6dd650ad66b10896e5abd702543b18166f9 /src/client/views/nodes/DocumentView.scss
parent281f6268238c4f9f1640899ce258535ad4fe2401 (diff)
parent3f98d6ec6050e7faa15179871f0d9669c1188a78 (diff)
mer con
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
new file mode 100644
index 000000000..8e2ebd690
--- /dev/null
+++ b/src/client/views/nodes/DocumentView.scss
@@ -0,0 +1,23 @@
+.documentView-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