summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/deployment/deployment-page.component.less
blob: 4b7a1e7e9fac32a70867438dec3f9426de4752a4 (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
@import './../../../../../assets/styles/variables.less';
@import './../../../../../assets/styles/override.less';
.deployment-page {
  width: 100%;
  height: 100%;

  /deep/ .sdc-tabs {
    height: 100%;
  }
  /deep/ .sdc-tabs-list {
    position: absolute;
    top: 22px;
    right: 303px;
    background-color: @sdcui_color_silver;

    svg-icon-label {
      vertical-align: middle;
    }
  }
  /deep/ .sdc-tab-content {
    height: 100%;
  }
}