update slider

This commit is contained in:
simaQ 2015-07-16 10:17:11 +08:00
parent 0d0d268f7f
commit 1dfb2958da
2 changed files with 3 additions and 3 deletions

View File

@ -21,6 +21,8 @@ React.render(
<style> <style>
.sliderContainer .ant-slider { .sliderContainer .ant-slider {
margin-bottom: 30px; margin-bottom: 50px;
margin-left: 15px;
width: 75%;
} }
</style> </style>

View File

@ -44,7 +44,6 @@
&-active { &-active {
&:active { &:active {
border-color: tint(@primary-color, 20%); border-color: tint(@primary-color, 20%);
box-shadow: 0 0 5px tint(@primary-color, 20%);
} }
} }
} }
@ -146,7 +145,6 @@
text-decoration: none; text-decoration: none;
background-color: @slider-tooltip-bg; background-color: @slider-tooltip-bg;
border-radius: @border-radius-base; border-radius: @border-radius-base;
box-shadow: 0 0 4px #d9d9d9;
} }
&-arrow { &-arrow {