summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-02-21 11:56:08 +0200
committerYuval Adam <yuval@y3xz.com>2016-02-21 12:01:46 +0200
commitf5387007f211e230714a928efa1ed40a6f420b27 (patch)
tree48d5305592c53370b54a49d87c91cdbc72b61de2 /style.scss
parentb5ff42cf15fd19002c00e228be5b8b336c754f21 (diff)
Update water color and slider style
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss18
1 files changed, 12 insertions, 6 deletions
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;
+ }
}
}