1 @import '../../../../../../assets/styles/variables.less';
2 .flat-children-container {
3 .dynamic-property-row {
4 /*create nested left border classes for up to 10 levels of nesting*/
5 .nested-border-loop(@i) when (@i > 0) {
7 &.nested-level-@{i} .table-cell:first-child {
8 border-left: ~"solid @{size}px #009fdb";
10 .nested-border-loop(@i - 1)
12 .nested-border-loop(10);
15 &:first-child .dynamic-property-row.with-top-border {
16 border-top:solid 1px #d2d2d2;
18 &:not(:last-child) .dynamic-property-row {
19 border-bottom:solid 1px #d2d2d2;
23 .dynamic-property-row {
29 background-color: @tlv_color_t;
32 //for the case that the parent is disabled but the child is enabled
34 background-color: @main_color_p;
40 justify-content: center;
42 text-overflow: ellipsis;
47 border-right:#d2d2d2 solid 1px;
66 /deep/ .checkbox-label-content{
67 background-color: yellow;
72 text-overflow: ellipsis;
78 border: solid 1px @func_color_q;
81 box-sizing: border-box;