ant-design/components/input/style/index.less
Qingrong Ke 8afc2e9e95 Fix 5322 (#5379)
* Input: fix #5322

* Refactor preSuffix to affix

* Update tests and demos

* Refactor preSuffix to affix
2017-03-18 21:26:42 +08:00

20 lines
442 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 affix: prefix or suffix
.@{ant-prefix}-input-affix-wrapper {
.input-affix-wrapper(~"@{ant-prefix}-input");
}