mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
update slider
This commit is contained in:
parent
0d0d268f7f
commit
1dfb2958da
@ -21,6 +21,8 @@ React.render(
|
||||
|
||||
<style>
|
||||
.sliderContainer .ant-slider {
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 50px;
|
||||
margin-left: 15px;
|
||||
width: 75%;
|
||||
}
|
||||
</style>
|
@ -44,7 +44,6 @@
|
||||
&-active {
|
||||
&:active {
|
||||
border-color: tint(@primary-color, 20%);
|
||||
box-shadow: 0 0 5px tint(@primary-color, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -146,7 +145,6 @@
|
||||
text-decoration: none;
|
||||
background-color: @slider-tooltip-bg;
|
||||
border-radius: @border-radius-base;
|
||||
box-shadow: 0 0 4px #d9d9d9;
|
||||
}
|
||||
|
||||
&-arrow {
|
||||
|
Loading…
Reference in New Issue
Block a user