f665fdb003c413ff04ca9bacbaba80470bbba83a
[usecase-ui.git] /
1 .intent-resource_tab {
2   width: 103%;
3   margin-left: 60px!important;
4   margin-top: -35px!important;
5   .ant-tabs-content.ant-tabs-content-animated{
6     padding:  20px 0!important;
7   }
8 }
9 .slicing-resource-table{
10   padding: 20px!important;
11 }
12 .intent-resource-table-list{
13   padding: 20px!important;
14   nz-table{
15     .ant-table-wrapper{
16       .ant-table-body{
17         th,td{
18           word-break: break-word!important;
19         }
20       }
21     }
22   }
23 }
24 nz-select {
25   width: 200px;
26 }
27
28 .task_status {
29   margin-bottom: 20px;
30
31   span {
32     margin-right: 5%;
33   }
34 }
35
36 .action-icon {
37   display: inline-block;
38   vertical-align: top;
39 }
40
41 i.anticon {
42   cursor: pointer;
43   font-size: 18px;
44   padding: 2px 15px;
45   vertical-align: inherit !important;
46
47   &:hover {
48     color: #147dc2;
49   }
50 }
51
52 .cannotclick {
53   pointer-events: none;
54   color: #aaa;
55   opacity: 0.6;
56 }
57
58 .buy-button {
59   float: right;
60   margin-right: 2%;
61 }
62 ::ng-deep .ant-table-row .buy-button {
63   float: left;
64 }
65
66 ::ng-deep .ant-table-th-right-sticky {
67   width: 200px;
68 }
69 .ant-table-th-right-sticky, .ant-table-td-right-sticky {
70   position: -webkit-sticky;
71   position: sticky;
72   z-index: 1;
73   right: 0;
74 }
75 .ant-table-th-left-sticky, .ant-table-td-left-sticky {
76   position: -webkit-sticky;
77   position: sticky;
78   z-index: 1;
79   left: 0;
80 }
81 .ellipsisClass{
82   display: inline-block;
83   max-width: 150px;
84   text-overflow: ellipsis;
85   white-space: nowrap;
86   overflow: hidden;
87 }