mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
12 lines
314 B
Plaintext
12 lines
314 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;
|
||
|
}
|