CSIT Fix for SDC-2585
[sdc.git] / catalog-ui / src / app / ng2 / pages / connection-wizard / properties-step / properties-step.component.less
1 @import '../../../../../assets/styles/variables';
2 .title{
3   margin-bottom: 20px;
4   .capability-name-label{
5     font-size: 13px;
6   }
7   .capability-name{
8     font-family: @font-opensans-medium;
9     color: @main_color_a;
10   }
11 }
12 .properties-table-container{
13   height: 362px;
14   overflow-y: auto;
15 }