diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-21 11:56:08 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-21 12:01:46 +0200 |
| commit | f5387007f211e230714a928efa1ed40a6f420b27 (patch) | |
| tree | 48d5305592c53370b54a49d87c91cdbc72b61de2 /style.scss | |
| parent | b5ff42cf15fd19002c00e228be5b8b336c754f21 (diff) | |
Update water color and slider style
Diffstat (limited to 'style.scss')
| -rw-r--r-- | style.scss | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -23,16 +23,22 @@ body { width: 80%; margin: 0 auto; margin-left: 10%; + height: 40px; .rc-slider-handle { - border: 2px solid #bababa; - background-color: #bababa; - margin-left: -12px; - margin-top: -13px; - width: 30px; - height: 30px; + 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; + } } } |
