summaryrefslogtreecommitdiff
path: root/style.scss
blob: 9e0e48ab7e7c3ed80fb42b876d40f13b1b9c178a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
body {
    margin:0;
    padding:0;
    #datetime {
        position:fixed;
        color: #ee8877;
        z-index: 100;
        font-family: monospace;
        padding: 5px;
    }
    #date {
        font-size: 0.7em;
    }
    #map {
        position:absolute;
        top:0;
        bottom:0;
        width:100%;
    }
    .rc-slider {
        position: fixed;
        bottom: 50px;
        width: 80%;
        margin: 0 auto;
        margin-left: 10%;
        height: 40px;
        .rc-slider-handle {
            border: 2px solid #922490;
            background-color: #922490;
            width: 40px;
            height: 40px;
            margin-top: 0px;
            margin-left: -20px;
            border-radius: 20%;
        }
        .rc-slider-track {
            height: 40px;
            background-color: #bababa;
        }
        .rc-slider-step {
            height: 40px;
        }
    }
}