mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
4b7c95b445
* refactor: less move to cssinjs * feat: move rtl related less to cssinjs * style: comment style * fix: remove all hashIds expecting root hashId * docs: add hard code in v4 * refactor: rtl support switched to logical properties * refactor: shorthand rtl className * styles: style invalid Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
34 lines
801 B
Plaintext
34 lines
801 B
Plaintext
// @import '../../style/themes/index';
|
|
// @import '../../style/mixins/index';
|
|
|
|
// @descriptions-prefix-cls: ~'@{ant-prefix}-descriptions';
|
|
|
|
// .@{descriptions-prefix-cls} {
|
|
// &-rtl {
|
|
// direction: rtl;
|
|
// }
|
|
|
|
// &-item-label {
|
|
// &::after {
|
|
// .@{descriptions-prefix-cls}-rtl & {
|
|
// margin: 0 @descriptions-item-label-colon-margin-left 0
|
|
// @descriptions-item-label-colon-margin-right;
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
// &-bordered {
|
|
// .@{descriptions-prefix-cls}-item-label,
|
|
// .@{descriptions-prefix-cls}-item-content {
|
|
// .@{descriptions-prefix-cls}-rtl& {
|
|
// border-right: none;
|
|
// border-left: 1px solid @border-color-split;
|
|
|
|
// &:last-child {
|
|
// border-left: none;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|