aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/panel-tabs/groups/group-members-tab.component.less
blob: 1006e864faaf70f1313ead14fa2aad645a7f8981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/deep/ 
.component-details-panel-tab-group-members {
    .component-details-panel-large-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .w-sdc-designer-sidebar-section-title {
        display: flex;
        justify-content: space-between;
    }
}