aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/service-path-creator/link-row/link-row.component.less
blob: beec9bd5677c4f9e3d1bb546eb4d405d3953bd47 (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;
    }

}