aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/workspace/tabs/composition/tabs/properties-and-attributes/properties.less
blob: 2ad87b9fca7446cfd0d05e672cd6d4656673f119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.w-sdc-designer-sidebar-tab-content.properties {
    .i-sdc-designer-sidebar-section-content-item-property-and-attribute-label{
        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;
    }
}