mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
parent
9bb7e3d10c
commit
ef0b7087f6
@ -7,11 +7,13 @@
|
||||
.input-lg() {
|
||||
padding: @input-padding-vertical-lg @input-padding-horizontal;
|
||||
height: @input-height-lg;
|
||||
line-height: @input-height-lg;
|
||||
}
|
||||
|
||||
.input-sm() {
|
||||
padding: @input-padding-vertical-sm @input-padding-horizontal;
|
||||
height: @input-height-sm;
|
||||
line-height: @input-height-sm;
|
||||
}
|
||||
|
||||
// input status
|
||||
@ -46,7 +48,7 @@
|
||||
height: @input-height-base;
|
||||
cursor: text;
|
||||
font-size: @font-size-base;
|
||||
line-height: @line-height-base;
|
||||
line-height: @input-height-base;
|
||||
color: @input-color;
|
||||
background-color: @input-bg;
|
||||
background-image: none;
|
||||
|
Loading…
Reference in New Issue
Block a user