aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/req-and-capabilities/req-and-capabilities.component.less
blob: f3d39cacd6b3fbe2aec9443f739a63ed9fe28bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.req-and-cap-filter {
    width: 336px;
    float: right;
    margin-right: 10px;
}

.addTitle {
    float: right;
    text-transform: uppercase;
    font-family: OpenSans-Semibold, sans-serif;
    color: #009fdb;
    cursor: pointer;
}

:host ::ng-deep .sdc-tabs {
    .sdc-tab-content {
        margin-top: 0;
    }
}