diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-01-02 00:55:45 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-01-02 00:55:45 +0200 |
| commit | 8ffcc2bbd0460616495d18feb74763f31a459c1d (patch) | |
| tree | 649e5b28a58b73aa1f536d9fd1afa28b8a479919 /style.scss | |
| parent | 79fb0039bb1935017b7fc4ed6c94402fd49ef2a7 (diff) | |
Add slider and styles
Diffstat (limited to 'style.scss')
| -rw-r--r-- | style.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/style.scss b/style.scss new file mode 100644 index 0000000..17d31d1 --- /dev/null +++ b/style.scss @@ -0,0 +1,34 @@ +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: 100px; + width: 80%; + margin: 0 auto; + margin-left: 10%; + .rc-slider-handle { + border: 2px solid rgb(168, 32, 9); + background-color: #888; + } + .rc-slider-track { + background-color: rgb(168, 32, 9); + } + } +} |
