update Input size & font
This commit is contained in:
parent
2c321f9d25
commit
17ea524470
2 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@
|
|||
|
||||
// Input
|
||||
@input-height-base : 32px;
|
||||
@input-height-large : 36px;
|
||||
@input-height-large : 40px;
|
||||
@input-height-small : 24px;
|
||||
|
||||
@input-padding-horizontal : 7px;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
.input-large() {
|
||||
font-size: @font-size-base;
|
||||
font-size: @font-size-large;
|
||||
padding: @input-padding-vertical-large @input-padding-horizontal;
|
||||
height: @input-height-large;
|
||||
}
|
||||
|
@ -44,7 +44,7 @@
|
|||
height: @input-height-base;
|
||||
line-height: @line-height-base;
|
||||
padding: @input-padding-vertical-base @input-padding-horizontal;
|
||||
font-size: @font-size-small;
|
||||
font-size: @font-size-base;
|
||||
border: 1px solid @input-border-color;
|
||||
border-radius: @btn-border-radius;
|
||||
color: @input-color;
|
||||
|
|
Loading…
Add table
Reference in a new issue