summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/intent-based-services/cloud-leased-line/cloud-leased-line.component.less
blob: df2a899e1a5e3032bb211ab6a097ba6e9a9b7b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
nz-select {
  width: 200px;
}

.task_status {
  margin-bottom: 20px;

  span {
    margin-right: 5%;
  }
}

.action-icon {
  display: inline-block;
  vertical-align: top;
}

i.anticon {
  cursor: pointer;
  font-size: 18px;
  padding: 2px 15px;
  vertical-align: inherit !important;

  &:hover {
    color: #147dc2;
  }
}

.cannotclick {
  pointer-events: none;
  color: #aaa;
  opacity: 0.6;
}

.buy-button {
  float: right;
  margin-right: 2%;
}
::ng-deep .ant-table-row .buy-button {
  float: left;
}