summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/connection-wizard/properties-step/properties-step.component.less
blob: 8e9e07c0d5f4682db2666437f09d645747699f11 (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;
}