Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / workspace / req-and-capabilities / req-and-capabilities.component.less
1 .req-and-cap-filter {
2     width: 336px;
3     float: right;
4     margin-right: 10px;
5 }
6
7 .addTitle {
8     float: right;
9     text-transform: uppercase;
10     font-family: OpenSans-Semibold, sans-serif;
11     color: #009fdb;
12     cursor: pointer;
13 }
14
15 :host ::ng-deep .sdc-tabs {
16     .sdc-tab-content {
17         margin-top: 0;
18     }
19 }