WIP: better timeline styles

This commit is contained in:
Lachlan Kermode
2020-03-26 11:36:59 +01:00
parent ffb4548fce
commit b9efee8cca
14 changed files with 70 additions and 52 deletions

View File

@@ -15,7 +15,6 @@ $timeline-height: 170px;
&.folded {
transition: bottom 0.2s ease;
bottom: -$timeline-height;
.timeline-header .timeline-toggle p .arrow-down {
transform: translate(0, 5px)rotate(-135deg);
@@ -95,7 +94,9 @@ $timeline-height: 170px;
}
.timeline-content {
height: 160px;
display: flex;
justify-content: center;
align-items: center;
padding-top: 20px;
.timeline-labels {