ant-design/components/descriptions/style/rtl.less
dengqing 4b7c95b445
refactor: descriptions cssinjs (#34786)
* 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>
2022-03-31 17:11:44 +08:00

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;
// }
// }
// }
// }
// }