aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorJude <julie_wang1@brown.edu>2019-03-09 07:41:49 -0500
committerJude <julie_wang1@brown.edu>2019-03-09 07:41:49 -0500
commitf46b0761e60c3edc1061f9b67238591409d00bc3 (patch)
treed63fc5b8efcda6fa412b2e71b7b6e6d9b6191aae /src/client/views/nodes/DocumentView.scss
parentb52a583deffe7a3729e182840c0e3f1b1a4e4433 (diff)
added some color theming and started global button styles
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index ab913897b..5797fde45 100644
--- a/src/client/views/nodes/DocumentView.scss
+++ b/src/client/views/nodes/DocumentView.scss
@@ -1,7 +1,7 @@
+@import "../global_variables";
.documentView-node {
position: absolute;
- background: #cdcdcd;
- //overflow: hidden;
+ background: $light-color; //overflow: hidden;
&.minimized {
width: 30px;
height: 30px;