aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/composition-panel.component.less
blob: 776ef68944a646f97401472133c1e9094d97d3db (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
@import '../../../../../assets/styles/variables';
@import '../../../../../assets/styles/mixins_old';

:host ::ng-deep .sdc-loader-wrapper {
    position:static; 
}

.component-details-panel-tabs {
    flex: 1;
    display:flex;
    overflow:hidden;
  }

.component-details-panel-tabs /deep/ sdc-tabs {
    display:flex;
    flex-direction:column;

    /deep/ sdc-tab {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }
    .svg-icon-wrapper.label-placement-left .svg-icon-label {
        margin-right: 0;
    }
}