aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/Timeline.scss
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2020-02-01 15:03:15 -0500
committermonikahedman <monika_hedman@brown.edu>2020-02-01 15:03:15 -0500
commit78810a40e22510eefe747c099e73fa3f2c4860a9 (patch)
tree089926e666e238c6fc93b369a4cbb66b80465325 /src/client/views/animationtimeline/Timeline.scss
parent2320240229cd8e89e8f5abe917053caad7bf38c2 (diff)
ui changes cl.ose to done
Diffstat (limited to 'src/client/views/animationtimeline/Timeline.scss')
-rw-r--r--src/client/views/animationtimeline/Timeline.scss24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/client/views/animationtimeline/Timeline.scss b/src/client/views/animationtimeline/Timeline.scss
index a8dd9b9e7..40479559d 100644
--- a/src/client/views/animationtimeline/Timeline.scss
+++ b/src/client/views/animationtimeline/Timeline.scss
@@ -206,18 +206,18 @@ $timelineDark: #77a1aa;
border-right: 2px solid $timelineDark;
.datapane {
- top: 0px;
- width: 100px;
- height: 30%;
- border: 1px solid $dark-color;
- background-color: $intermediate-color;
- color: white;
- position: relative;
- float: left;
- border-style: solid;
- overflow-y: scroll;
- overflow-x: hidden;
- }
+ top: 0px;
+ width: 100px;
+ height: 30%;
+ border: 1px solid $dark-color;
+ background-color: $intermediate-color;
+ color: white;
+ position: relative;
+ float: left;
+ border-style: solid;
+ overflow-y: scroll;
+ overflow-x: hidden;
+}
}
.resize {