mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 21:47:38 +08:00
1659aef02d
* chore: sync ant-design v4.20.7 * fix style build * clean the style * fix dropdown overlay * remove cdk styles * fix dropdown overwrite styles * fix doc styles
20 lines
469 B
Plaintext
20 lines
469 B
Plaintext
// We can not import reference of `./index` directly since it will make dead loop in less
|
|
@import (reference) '../../style/themes/index';
|
|
@cascader-prefix-cls: ~'@{ant-prefix}-cascader';
|
|
|
|
.@{cascader-prefix-cls}-rtl {
|
|
.@{cascader-prefix-cls}-menu-item {
|
|
&-expand-icon,
|
|
&-loading-icon {
|
|
margin-right: @padding-xss;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.@{cascader-prefix-cls}-checkbox {
|
|
top: 0;
|
|
margin-right: 0;
|
|
margin-left: @padding-xs;
|
|
}
|
|
}
|