mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Large component should has larger font size
14px => 16px
This commit is contained in:
parent
f17ac47547
commit
abf9717eab
@ -89,6 +89,7 @@
|
||||
|
||||
&-lg {
|
||||
padding: 0;
|
||||
font-size: @font-size-lg;
|
||||
|
||||
input {
|
||||
height: @input-height-lg - 2px;
|
||||
|
@ -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() {
|
||||
|
@ -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 & {
|
||||
|
@ -169,6 +169,7 @@
|
||||
}
|
||||
|
||||
&-lg {
|
||||
font-size: @font-size-lg;
|
||||
.@{select-prefix-cls}-selection--single {
|
||||
height: @input-height-lg;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user