aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/graph/service-path-creator/link-row/link-row.component.less
blob: 2a1d0d98c87358095ad3899561cfe2ef52eba3bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import './../../../../../../../assets/styles/variables.less';
.remove {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cell {
    padding: 0;
}

/deep/ .link-selector {
    select {
        height: 30px;
        border: none;
        stroke: none;
    }

}