mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
Add @form-feedback-icon-size
This commit is contained in:
parent
43751c9930
commit
9bcde59001
@ -7,6 +7,7 @@
|
||||
|
||||
@form-prefix-cls: ~"@{ant-prefix}-form";
|
||||
@form-component-height: @input-height-lg;
|
||||
@form-feedback-icon-size: 14px;
|
||||
|
||||
.reset-form();
|
||||
|
||||
@ -361,7 +362,7 @@ form {
|
||||
.square(@input-height-lg);
|
||||
line-height: @input-height-lg;
|
||||
text-align: center;
|
||||
font-size: @font-size-lg;
|
||||
font-size: @form-feedback-icon-size;
|
||||
animation: zoomIn .3s @ease-out-back;
|
||||
.iconfont-font("");
|
||||
z-index: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user