From f5387007f211e230714a928efa1ed40a6f420b27 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 21 Feb 2016 11:56:08 +0200 Subject: Update water color and slider style --- style.scss | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 03ac75c..9e0e48a 100644 --- a/style.scss +++ b/style.scss @@ -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; + } } } -- cgit v1.3.1