summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-21 21:53:32 +0300
committerYuval Adam <_@yuv.al>2017-10-21 21:53:32 +0300
commitac2686c129fec5b36830af832b94460b848c9690 (patch)
tree8581cec3a3f48e20b809f1eddc3e3aec603dc6d0
parent6db96b5413fcb771cbd22fd61928019032845d8b (diff)
Remove unused style.scss
-rw-r--r--style.scss44
1 files changed, 0 insertions, 44 deletions
diff --git a/style.scss b/style.scss
deleted file mode 100644
index 9e0e48a..0000000
--- a/style.scss
+++ /dev/null
@@ -1,44 +0,0 @@
-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;
- }
- }
-}