summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/composition-panel.component.less
blob: 9a39871e7a6450ba22c85725c597b7ba6cce80a8 (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
@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;
  width: 100%;

  /deep/ .sdc-tab {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .svg-icon-wrapper.label-placement-left .svg-icon-label {
    margin-right: 0;
  }
}