CSIT Fix for SDC-2585
[sdc.git] / catalog-ui / src / app / view-models / workspace / tabs / composition / tabs / properties-and-attributes / properties.less
1 .w-sdc-designer-sidebar-tab-content.properties {
2     .i-sdc-designer-sidebar-section-content-item-property-and-attribute-label{
3         display:block;
4         font-weight: bold;
5     }
6     .i-sdc-designer-sidebar-section-content-item-button.update{
7         right: 17px;
8     }
9     .i-sdc-designer-sidebar-section-content-item-button.delete{
10         right: 35px;
11     }
12
13     .w-sdc-designer-sidebar-properties-disabled {
14         .s_14_m;
15         padding: 20px 20px;
16     }
17
18     .vfci-properties-group{
19         background-color: @func_color_r;
20     }
21
22     .expand-collapse-title-icon{
23         .hand;
24         .sprite-new;
25         .expand-collapse-plus-icon;
26         vertical-align: middle;
27         margin: 0 6px;
28     }
29
30     .expanded {
31         .expand-collapse-title-icon {
32             .expand-collapse-minus-icon;
33         }
34     }
35
36     .w-sdc-designer-sidebar-section-title-text{
37         vertical-align: middle;
38     }
39 }