summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-01-09 20:43:40 +0200
committerYuval Adam <yuval@y3xz.com>2016-01-09 20:43:40 +0200
commit8cce3a028b9d1ba99c5bb0c26232c933fc3d63ea (patch)
tree2c40098788cb5df830a1e6581f7d90d0cf1b9222 /style.scss
parent5800d6a493132ceda7417eb5230e2dbe70f371a9 (diff)
parent7d6aa9f1de5e0597a1942c0f4b7b97769b727f26 (diff)
Merge branch 'react'
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss38
1 files changed, 38 insertions, 0 deletions
diff --git a/style.scss b/style.scss
new file mode 100644
index 0000000..03ac75c
--- /dev/null
+++ b/style.scss
@@ -0,0 +1,38 @@
+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%;
+ .rc-slider-handle {
+ border: 2px solid #bababa;
+ background-color: #bababa;
+ margin-left: -12px;
+ margin-top: -13px;
+ width: 30px;
+ height: 30px;
+ }
+ .rc-slider-track {
+ background-color: #bababa;
+ }
+ }
+}