comparison StoneWebViewer/Resources/Styles/wv-timeline.scss @ 1495:fb74ed5d8c22

initial commit of the Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Jun 2020 16:51:10 +0200
parents
children
comparison
equal deleted inserted replaced
1494:5a3ef478deb6 1495:fb74ed5d8c22
1 .wv-timeline {
2 position: relative;
3 height: 2em; // save 2px to display the "upper part of the currently selected image on the timeline"
4 &.reduced{
5 height: 5px;
6 .wv-timeline-loading-bar-wrapper{
7 width: 100%;
8 height: 100%;
9 }
10 }
11 }
12
13 .wv-timeline-controls-wrapper {
14 position: absolute;
15 left: 0;
16 bottom: 0;
17 width: 16em;
18 height: 100%;
19 color: white;
20 }
21
22 .wv-timeline-loading-bar-wrapper {
23 position: absolute;
24 right: 0;
25 bottom: 0;
26 width: calc(100% - 16em);
27 height: calc(100% + 2px);
28
29 svg{
30 position:absolute;
31 left:0;
32 top:0;
33 }
34 }