mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 07:39:36 +08:00
a25ec29fb8
* refactor: extract prefix cls as less variable * refactor: apply ant icon prefix cls in less files * refactor: all components support prefixCls props
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
@import "../../style/themes/default";
|
|
@import "../../style/mixins/index";
|
|
@import "./mixin";
|
|
@import "./search-input";
|
|
|
|
// Input styles
|
|
.@{ant-prefix}-input {
|
|
.input;
|
|
}
|
|
|
|
//== Style for input-group: input with label, with button or dropdown...
|
|
.@{ant-prefix}-input-group {
|
|
.input-group(~"@{ant-prefix}-input");
|
|
}
|