add Slider component
add Slider component
This commit is contained in:
parent
3a2c6fc75a
commit
69576f47f4
15 changed files with 473 additions and 27 deletions
|
@ -1,6 +1,7 @@
|
|||
// Prefix
|
||||
@css-prefix : ivu-;
|
||||
@css-prefix-iconfont : ivu-icon;
|
||||
|
||||
// Color
|
||||
@primary-color : #3399ff;
|
||||
@info-color : #2db7f5;
|
||||
|
@ -119,4 +120,12 @@
|
|||
// Animation
|
||||
@animation-time : .3s;
|
||||
@transition-time : .2s;
|
||||
@ease-in-out : ease-in-out;
|
||||
@ease-in-out : ease-in-out;
|
||||
|
||||
// Slider
|
||||
@slider-color : fade(@primary-color, 80%);
|
||||
@slider-height : 4px;
|
||||
@slider-margin : 16px 0;
|
||||
@slider-button-wrap-size : 18px;
|
||||
@slider-button-wrap-offset : -5px;
|
||||
@slider-disabled-color : #ccc;
|
Loading…
Add table
Add a link
Reference in a new issue