aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/Keyframe.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2021-08-02 15:44:44 -0400
committergeireann <60007097+geireann@users.noreply.github.com>2021-08-02 15:44:44 -0400
commit94705e6cf119b9cdfcc0d857f71051eac10235c9 (patch)
tree2d399160a319b7931b22f7b7fd38e9ad3483ea33 /src/client/views/animationtimeline/Keyframe.scss
parent1291e8a45ec9e3aeccd2ca74c0f549a18a16f0d7 (diff)
parent44ed361a9f59a16bbd1b5f2483ba7eb10df2fa82 (diff)
Merge branch 'master' into sharing_scenario
Diffstat (limited to 'src/client/views/animationtimeline/Keyframe.scss')
-rw-r--r--src/client/views/animationtimeline/Keyframe.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/views/animationtimeline/Keyframe.scss b/src/client/views/animationtimeline/Keyframe.scss
index 84c8de287..38eb103c6 100644
--- a/src/client/views/animationtimeline/Keyframe.scss
+++ b/src/client/views/animationtimeline/Keyframe.scss
@@ -1,4 +1,4 @@
-@import "./../globalCssVariables.scss";
+@import "./../global/globalCssVariables.scss";
$timelineColor: #9acedf;
@@ -15,11 +15,11 @@ $timelineDark: #77a1aa;
height: 200px;
top: 50%;
position: relative;
- background-color: $light-color;
+ background-color: $white;
.menutable {
tr:nth-child(odd) {
- background-color: $light-color-secondary;
+ background-color: $light-gray;
}
}
}
@@ -67,7 +67,7 @@ $timelineDark: #77a1aa;
height: 100%;
position: absolute;
pointer-events: none;
- background: linear-gradient(to left, $timelineColor 10%, $light-color);
+ background: linear-gradient(to left, $timelineColor 10%, $white);
}
.fadeRight {
@@ -75,7 +75,7 @@ $timelineDark: #77a1aa;
height: 100%;
position: absolute;
pointer-events: none;
- background: linear-gradient(to right, $timelineColor 10%, $light-color);
+ background: linear-gradient(to right, $timelineColor 10%, $white);
}
.divider {