add InputNumber UI
add InputNumber UI
This commit is contained in:
parent
07aa688e3c
commit
95436eeb98
15 changed files with 345 additions and 16 deletions
|
@ -76,6 +76,25 @@
|
|||
// Legend
|
||||
@legend-color : #999;
|
||||
|
||||
// Input
|
||||
@input-height-base : 28px;
|
||||
@input-height-large : 32px;
|
||||
@input-height-small : 22px;
|
||||
|
||||
@input-padding-horizontal : 7px;
|
||||
@input-padding-vertical-base : 4px;
|
||||
@input-padding-vertical-small: 1px;
|
||||
@input-padding-vertical-large: 6px;
|
||||
|
||||
@input-placeholder-color : #ccc;
|
||||
@input-color : @text-color;
|
||||
@input-border-color : @border-color-base;
|
||||
@input-bg : #fff;
|
||||
|
||||
@input-hover-border-color : @primary-color;
|
||||
@input-focus-border-color : @primary-color;
|
||||
@input-disabled-bg : #f3f3f3;
|
||||
|
||||
// Z-index
|
||||
@zindex-affix : 10;
|
||||
@zindex-back-top : 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue