summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/req-and-capabilities/capabilities/capabilities.component.less
blob: 0c520a8135f7cf934fd0c2a8ad5c33bc02d4ed15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
:host ::ng-deep {
    .datatable-row-detail {
       width: 1260px;
      }
      .datatable-body-row {
        cursor: pointer;
    }
}
.expand-collapse-all-rows {
    position: absolute;
    top: 172px;
    left: 890px;
}
.properties-title {
    padding-bottom: 10px;
}