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
|
||||||
@input-height-base : 32px;
|
@input-height-base : 32px;
|
||||||
@input-height-large : 36px;
|
@input-height-large : 40px;
|
||||||
@input-height-small : 24px;
|
@input-height-small : 24px;
|
||||||
|
|
||||||
@input-padding-horizontal : 7px;
|
@input-padding-horizontal : 7px;
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-large() {
|
.input-large() {
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-large;
|
||||||
padding: @input-padding-vertical-large @input-padding-horizontal;
|
padding: @input-padding-vertical-large @input-padding-horizontal;
|
||||||
height: @input-height-large;
|
height: @input-height-large;
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
height: @input-height-base;
|
height: @input-height-base;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
padding: @input-padding-vertical-base @input-padding-horizontal;
|
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: 1px solid @input-border-color;
|
||||||
border-radius: @btn-border-radius;
|
border-radius: @btn-border-radius;
|
||||||
color: @input-color;
|
color: @input-color;
|
||||||
|
|
Loading…
Add table
Reference in a new issue