aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ComparisonBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
-rw-r--r--src/client/views/nodes/ComparisonBox.scss22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss
index 2c907a010..5112ed4b8 100644
--- a/src/client/views/nodes/ComparisonBox.scss
+++ b/src/client/views/nodes/ComparisonBox.scss
@@ -15,7 +15,7 @@
.beforeBox-cont {
height: 100%;
- width: 300px;
+ background-color: red;
}
.slide-bar {
@@ -34,6 +34,24 @@
top: 0;
right: 0;
height: 100%;
- width: 300px;
+ width: 100%;
+ background-color: orange;
+ }
+
+ .clear-button {
+ position: absolute;
+ top: 0;
+ height: 25px;
+ width: 25px;
+ background-color: white;
+ border-radius: 50%;
+ }
+
+ .clear-button.before {
+ left: 0;
+ }
+
+ .clear-button.after {
+ right: 0;
}
} \ No newline at end of file