2022-03-31 17:11:44 +08:00
|
|
|
// @import '../../style/themes/index';
|
|
|
|
// @import '../../style/mixins/index';
|
2020-03-18 11:14:21 +08:00
|
|
|
|
2022-03-31 17:11:44 +08:00
|
|
|
// @descriptions-prefix-cls: ~'@{ant-prefix}-descriptions';
|
2020-03-18 11:14:21 +08:00
|
|
|
|
2022-03-31 17:11:44 +08:00
|
|
|
// .@{descriptions-prefix-cls} {
|
|
|
|
// &-rtl {
|
|
|
|
// direction: rtl;
|
|
|
|
// }
|
2020-03-18 11:14:21 +08:00
|
|
|
|
2022-03-31 17:11:44 +08:00
|
|
|
// &-item-label {
|
|
|
|
// &::after {
|
|
|
|
// .@{descriptions-prefix-cls}-rtl & {
|
|
|
|
// margin: 0 @descriptions-item-label-colon-margin-left 0
|
|
|
|
// @descriptions-item-label-colon-margin-right;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
2020-11-26 09:58:32 +08:00
|
|
|
|
2022-03-31 17:11:44 +08:00
|
|
|
// &-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;
|
2020-11-26 09:58:32 +08:00
|
|
|
|
2022-03-31 17:11:44 +08:00
|
|
|
// &:last-child {
|
|
|
|
// border-left: none;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|