re base code
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / panel / panel-tabs / groups / group-members-tab.component.less
1 /deep/ 
2 .component-details-panel-tab-group-members {
3     .component-details-panel-large-item {
4         display: flex;
5         flex-direction: row;
6         justify-content: space-between;
7     }
8
9     .w-sdc-designer-sidebar-section-title {
10         display: flex;
11         justify-content: space-between;
12     }
13 }