aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/workspace/tabs/composition/tabs/properties-and-attributes/properties.less
blob: ce5acc83e5f31cc53053f7e497094882efa00660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.w-sdc-designer-sidebar-tab-content.properties {
    .i-sdc-designer-sidebar-section-content-item-property-and-attribute-label{
        display:block;
        font-weight: bold;
    }
    .i-sdc-designer-sidebar-section-content-item-button.update{
        right: 17px;
    }
    .i-sdc-designer-sidebar-section-content-item-button.delete{
        right: 35px;
    }

    .w-sdc-designer-sidebar-properties-disabled {
        .s_14_m;
        padding: 20px 20px;
    }

    .vfci-properties-group{
        background-color: @func_color_r;
    }

    .expand-collapse-title-icon{
        .hand;
        .sprite-new;
        .expand-collapse-plus-icon;
        vertical-align: middle;
        margin: 0 6px;
    }

    .expanded {
        .expand-collapse-title-icon {
            .expand-collapse-minus-icon;
        }
    }

    .w-sdc-designer-sidebar-section-title-text{
        vertical-align: middle;
    }
}