mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
17 lines
429 B
Plaintext
17 lines
429 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
@import '../../input/style/mixin';
|
|
|
|
@input-prefix-cls: ~'@{ant-prefix}-input';
|
|
@select-prefix-cls: ~'@{ant-prefix}-select';
|
|
@autocomplete-prefix-cls: ~'@{select-prefix-cls}-auto-complete';
|
|
|
|
.@{autocomplete-prefix-cls} {
|
|
.reset-component();
|
|
|
|
// https://github.com/ant-design/ant-design/issues/22302
|
|
.@{select-prefix-cls}-clear {
|
|
right: 13px;
|
|
}
|
|
}
|