2016-04-27 20:44:36 +08:00
|
|
|
@import "../../style/themes/default";
|
|
|
|
@import "../../style/mixins/index";
|
|
|
|
@import "./mixin";
|
2016-05-13 11:45:09 +08:00
|
|
|
@import "./search-input";
|
2016-04-27 20:44:36 +08:00
|
|
|
|
|
|
|
// Input styles
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{ant-prefix}-input {
|
2016-04-27 20:44:36 +08:00
|
|
|
.input;
|
|
|
|
}
|
2016-05-23 20:09:25 +08:00
|
|
|
|
|
|
|
//== Style for input-group: input with label, with button or dropdown...
|
2016-09-14 16:18:33 +08:00
|
|
|
.@{ant-prefix}-input-group {
|
|
|
|
.input-group(~"@{ant-prefix}-input");
|
2016-05-23 20:09:25 +08:00
|
|
|
}
|
2017-01-01 01:06:19 +08:00
|
|
|
|
2017-03-18 21:26:42 +08:00
|
|
|
// Input with affix: prefix or suffix
|
|
|
|
.@{ant-prefix}-input-affix-wrapper {
|
|
|
|
.input-affix-wrapper(~"@{ant-prefix}-input");
|
2017-01-01 01:06:19 +08:00
|
|
|
}
|