mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
e13c4d4131
* chore: create additional entry * fix: rm recv call * chore: Add default.less as index.less * chore: update entry * fix: row should also translate * chore: rename index-default to index and add index-pure instead * fix: missing transfer customize styl
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;
|
|
}
|
|
}
|