aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/graph/connection-wizard/properties-step/properties-step.component.less
blob: c8ad4d38d25402bbe797846ae245681dbb178f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import '../../../../../../../assets/styles/variables';
.title{
  margin-bottom: 20px;
  .capability-name-label{
    font-size: 13px;
  }
  .capability-name{
    font-family: @font-opensans-medium;
    color: @main_color_a;
  }
}
.properties-table-container{
  height: 362px;
  overflow-y: auto;
}