aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ComparisonBox.scss
diff options
context:
space:
mode:
authorMelissa Zhang <mzhang19096@gmail.com>2020-04-23 15:16:04 -0700
committerMelissa Zhang <mzhang19096@gmail.com>2020-04-23 15:16:04 -0700
commit88f14beadcf633c303d2fba97516c3b4efe6b4ee (patch)
tree081e93e069eaa4427dfec21f8b603b972d69a2e6 /src/client/views/nodes/ComparisonBox.scss
parent98be1e6b2ccd5cc0ceecd41e86df92bf53a7c6c5 (diff)
added upload icon, changed background colours
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
-rw-r--r--src/client/views/nodes/ComparisonBox.scss24
1 files changed, 19 insertions, 5 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss
index e2852c5f1..74e80236d 100644
--- a/src/client/views/nodes/ComparisonBox.scss
+++ b/src/client/views/nodes/ComparisonBox.scss
@@ -15,7 +15,8 @@
.beforeBox-cont {
height: 100%;
- background-color: red;
+ overflow: auto;
+ background-color: rgb(230, 230, 230);
}
.slide-bar {
@@ -35,23 +36,36 @@
right: 0;
height: 100%;
width: 100%;
- background-color: orange;
+ overflow: auto;
+ background-color: rgb(200, 200, 200);
}
.clear-button {
position: absolute;
- opacity: 1;
+ top: 3px;
+ opacity: 0.8;
pointer-events: all;
cursor: pointer;
}
.clear-button.before {
- top: 3px;
left: 3px;
}
.clear-button.after {
- top: 3px;
right: 3px;
}
+
+ .placeholder {
+ width: 50%;
+ height: 50%;
+ margin-top: 25%;
+ margin-left: 25%;
+
+ .upload-icon {
+ width: 100%;
+ height: 100%;
+ opacity: 0.5;
+ }
+ }
} \ No newline at end of file