aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/Timeline.scss
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-10-01 17:10:17 -0400
committerandrewdkim <adkim414@gmail.com>2019-10-01 17:10:17 -0400
commit7ccce9564e11ede82bec01b9eea3889da4dc1bc2 (patch)
treea3d08ac49a806c7a3670e6a0e860db643fab353c /src/client/views/animationtimeline/Timeline.scss
parent6234baa41b8d83138372a1b719e1221019e2ba3b (diff)
changes with toggling
Diffstat (limited to 'src/client/views/animationtimeline/Timeline.scss')
-rw-r--r--src/client/views/animationtimeline/Timeline.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/client/views/animationtimeline/Timeline.scss b/src/client/views/animationtimeline/Timeline.scss
index 09fc593fc..71fac876d 100644
--- a/src/client/views/animationtimeline/Timeline.scss
+++ b/src/client/views/animationtimeline/Timeline.scss
@@ -22,7 +22,7 @@
box-shadow: 0px 10px 20px;
.info-container{
- margin-top: 50px;
+ margin-top: 80px;
right:20px;
position:absolute;
height: calc(100% - 100px);
@@ -72,7 +72,7 @@
}
.title-container{
- margin-top: 80px;
+ margin-top: 110px;
margin-left: 20px;
height: calc(100% - 100px - 30px);
width: 100px;
@@ -117,7 +117,6 @@
}
.round-toggle {
- position: absolute;
height: 40px;
width: 80px;
background-color: white;
@@ -125,6 +124,7 @@
border-radius: 20px;
animation-fill-mode: forwards;
animation-duration: 500ms;
+ top: 20px;
input{
position:absolute;
opacity: 0;
@@ -132,15 +132,14 @@
width: 0;
}
.round-toggle-slider{
- position:absolute;
height: 35px;
width: 35px;
- top: 0.5px;
background-color: white;
border:1px solid grey;
border-radius: 20px;
transition: transform 500ms ease-in-out;
-
+ margin-left: 0px;
+ margin-top: 0.5px;
}
}