mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
1b8a280614
* support suffix * optimize prefix and suffix * 1. Optimize prefix and suffix implementation 2. Improve the api document 3. Optimize `Input.Search` implementation * update snapshots
20 lines
433 B
Plaintext
20 lines
433 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");
|
|
}
|
|
|
|
// Input with suffix
|
|
.@{ant-prefix}-input-preSuffix-wrapper {
|
|
.input-preSuffix-wrapper(~"@{ant-prefix}-input");
|
|
}
|