df2a899e1a5e3032bb211ab6a097ba6e9a9b7b82
[usecase-ui.git] /
1 nz-select {
2   width: 200px;
3 }
4
5 .task_status {
6   margin-bottom: 20px;
7
8   span {
9     margin-right: 5%;
10   }
11 }
12
13 .action-icon {
14   display: inline-block;
15   vertical-align: top;
16 }
17
18 i.anticon {
19   cursor: pointer;
20   font-size: 18px;
21   padding: 2px 15px;
22   vertical-align: inherit !important;
23
24   &:hover {
25     color: #147dc2;
26   }
27 }
28
29 .cannotclick {
30   pointer-events: none;
31   color: #aaa;
32   opacity: 0.6;
33 }
34
35 .buy-button {
36   float: right;
37   margin-right: 2%;
38 }
39 ::ng-deep .ant-table-row .buy-button {
40   float: left;
41 }