aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/service-paths-list/service-paths-list.component.less
blob: aff597fd8564a613598fcb6ea35b0d5ea993d49a (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';

.add-path-link {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 10px;
}

.generic-table {
  max-height: 233px;
}

.path-action-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  .sprite-new {
    cursor: pointer;
  }
}