UNPKG

467 BCSSView Raw
1.vis-current-time {
2 background-color: #FF7F6E;
3 width: 2px;
4 z-index: 1;
5 pointer-events: none;
6}
7
8.vis-rolling-mode-btn {
9 height: 40px;
10 width: 40px;
11 position: absolute;
12 top: 7px;
13 right: 20px;
14 border-radius: 50%;
15 font-size: 28px;
16 cursor: pointer;
17 opacity: 0.8;
18 color: white;
19 font-weight: bold;
20 text-align: center;
21 background: #3876c2;
22}
23.vis-rolling-mode-btn:before {
24 content: "\26F6";
25}
26
27.vis-rolling-mode-btn:hover {
28 opacity: 1;
29}
\No newline at end of file