Large component should has larger font size

14px => 16px
This commit is contained in:
afc163 2017-12-28 15:41:10 +08:00
parent f17ac47547
commit abf9717eab
5 changed files with 5 additions and 1 deletions

View File

@ -89,6 +89,7 @@
&-lg {
padding: 0;
font-size: @font-size-lg;
input {
height: @input-height-lg - 2px;

View File

@ -7,6 +7,7 @@
.input-lg() {
padding: @input-padding-vertical-lg @input-padding-horizontal-lg;
height: @input-height-lg;
font-size: @font-size-lg;
}
.input-sm() {

View File

@ -165,6 +165,7 @@ span.@{radio-prefix-cls} + * {
.@{radio-group-prefix-cls}-large & {
height: @input-height-lg;
line-height: @input-height-lg - 2px;
font-size: @font-size-lg;
}
.@{radio-group-prefix-cls}-small & {

View File

@ -169,6 +169,7 @@
}
&-lg {
font-size: @font-size-lg;
.@{select-prefix-cls}-selection--single {
height: @input-height-lg;
}

View File

@ -139,7 +139,7 @@
@btn-disable-border : @border-color-base;
@btn-padding-base : 0 @padding-md - 1px;
@btn-font-size-lg : @font-size-base;
@btn-font-size-lg : @font-size-lg;
@btn-font-size-sm : @font-size-base;
@btn-padding-lg : @btn-padding-base;
@btn-padding-sm : 0 @padding-xs - 1px;