optimize button like and input like font-size in normal and small size

optimize button like and input like font-size in normal and small size
This commit is contained in:
梁灏 2016-11-08 18:14:36 +08:00
parent 0f822c9b36
commit 86cf21fd13
4 changed files with 15 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -91,6 +91,7 @@
display: block;
height: 26px;
line-height: 26px;
font-size: @font-size-small;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -105,6 +106,7 @@
.@{select-prefix-cls}-placeholder, .@{select-prefix-cls}-selected-value{
height: 34px;
line-height: 34px;
font-size: @font-size-base;
}
}
@ -141,7 +143,7 @@
height: @input-height-base;
line-height: @input-height-base;
padding: 0 24px 0 8px;
font-size: @font-size-base;
font-size: @font-size-small;
outline: none;
border: none;
box-sizing: border-box;
@ -157,6 +159,7 @@
}
&-large &-input{
font-size: @font-size-base;
height: @input-height-large;
}

View file

@ -19,6 +19,7 @@
}
.input-large() {
font-size: @font-size-base;
padding: @input-padding-vertical-large @input-padding-horizontal;
height: @input-height-large;
}
@ -35,7 +36,7 @@
height: @input-height-base;
line-height: @line-height-base;
padding: @input-padding-vertical-base @input-padding-horizontal;
font-size: @font-size-base;
font-size: @font-size-small;
border: 1px solid @input-border-color;
border-radius: @border-radius-base;
color: @input-color;
@ -64,6 +65,7 @@
max-width: 100%;
height: auto;
vertical-align: bottom;
font-size: @font-size-base;
}
// Size
@ -81,6 +83,11 @@
width: 100%;
border-collapse: separate;
position: relative;
font-size: @font-size-small;
&-large{
font-size: @font-size-base;
}
// Undo padding and float of grid classes
&[class*="col-"] {
@ -132,7 +139,7 @@
&-append
{
padding: @input-padding-vertical-base @input-padding-horizontal;
font-size: @font-size-base;
font-size: inherit;
font-weight: normal;
line-height: 1;
color: @input-color;