1 @import '../../../../../../assets/styles/variables.less';
3 .flat-children-container {
4 .dynamic-property-row {
5 /*create nested left border classes for up to 10 levels of nesting*/
6 .nested-border-loop(@i) when (@i > 0) {
8 &.nested-level-@{i} .table-cell:first-child {
9 border-left: ~"solid @{size}px #009fdb";
11 .nested-border-loop(@i - 1)
13 .nested-border-loop(10);
17 &:first-child .dynamic-property-row.with-top-border {
18 border-top: solid 1px #d2d2d2;
21 &:not(:last-child) .dynamic-property-row {
22 border-bottom: solid 1px #d2d2d2;
27 .dynamic-property-row {
33 background-color: @tlv_color_t;
37 //for the case that the parent is disabled but the child is enabled
39 background-color: @main_color_p;
45 justify-content: center;
47 text-overflow: ellipsis;
52 border-right: #d2d2d2 solid 1px;
75 /deep/ .checkbox-label-content {
76 background-color: yellow;
82 text-overflow: ellipsis;
89 border: solid 1px @func_color_q;
92 box-sizing: border-box;