diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-01-09 20:36:35 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-01-09 20:36:35 +0200 |
| commit | 2154522c3b2cf46047c51c2d7ea0a9fe1fcd75a6 (patch) | |
| tree | fd80865d75adbab7cbd58ad1c724a28d67bcb300 /style.scss | |
| parent | d691b26b23ae9321bb431fa5c12bf75d55e5f13a (diff) | |
Fix styling:
Diffstat (limited to 'style.scss')
| -rw-r--r-- | style.scss | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -19,16 +19,20 @@ body { } .rc-slider { position: fixed; - bottom: 100px; + bottom: 50px; width: 80%; margin: 0 auto; margin-left: 10%; .rc-slider-handle { - border: 2px solid rgb(168, 32, 9); - background-color: #888; + border: 2px solid #bababa; + background-color: #bababa; + margin-left: -12px; + margin-top: -13px; + width: 30px; + height: 30px; } .rc-slider-track { - background-color: rgb(168, 32, 9); + background-color: #bababa; } } } |
