|
11 | 11 | } |
12 | 12 |
|
13 | 13 | /* Column width specifications for lanes accordion table in drawer only */ |
14 | | -.ccip-table__drawer-container .ccip-table thead th:nth-child(1) { |
15 | | - /* Destination/Source network */ |
| 14 | +.ccip-table__drawer-container--token .ccip-table thead th:nth-child(1) { |
| 15 | + /* Destination/Source network in TokenDrawer */ |
16 | 16 | width: 25%; |
17 | 17 | } |
18 | 18 |
|
19 | | -.ccip-table__drawer-container .ccip-table thead th:nth-child(2) { |
20 | | - /* Mechanism */ |
| 19 | +.ccip-table__drawer-container--lane .ccip-table thead th:nth-child(1) { |
| 20 | + /* Ticker column in LaneDrawer */ |
| 21 | + width: 100px; |
| 22 | +} |
| 23 | + |
| 24 | +.ccip-table__drawer-container--token .ccip-table thead th:nth-child(2) { |
| 25 | + /* Mechanism in TokenDrawer */ |
21 | 26 | width: 15%; |
22 | 27 | } |
23 | 28 |
|
24 | | -.ccip-table__drawer-container .ccip-table thead th:nth-child(3) { |
25 | | - /* Rate limit capacity */ |
| 29 | +.ccip-table__drawer-container--token .ccip-table thead th:nth-child(3) { |
| 30 | + /* Rate limit capacity in TokenDrawer */ |
26 | 31 | width: 15%; |
27 | 32 | } |
28 | 33 |
|
29 | | -.ccip-table__drawer-container .ccip-table thead th:nth-child(4) { |
30 | | - /* Rate limit refill rate */ |
| 34 | +.ccip-table__drawer-container--token .ccip-table thead th:nth-child(4) { |
| 35 | + /* Rate limit refill rate in TokenDrawer */ |
31 | 36 | width: 15%; |
32 | 37 | } |
33 | 38 |
|
34 | | -.ccip-table__drawer-container .ccip-table thead th:nth-child(5) { |
35 | | - /* FTF Rate limit capacity */ |
| 39 | +.ccip-table__drawer-container--token .ccip-table thead th:nth-child(5) { |
| 40 | + /* FTF Rate limit capacity in TokenDrawer */ |
36 | 41 | width: 15%; |
37 | 42 | } |
38 | 43 |
|
39 | | -.ccip-table__drawer-container .ccip-table thead th:nth-child(6) { |
40 | | - /* FTF Rate limit refill rate */ |
| 44 | +.ccip-table__drawer-container--token .ccip-table thead th:nth-child(6) { |
| 45 | + /* FTF Rate limit refill rate in TokenDrawer */ |
41 | 46 | width: 15%; |
42 | 47 | } |
43 | 48 |
|
44 | | -.ccip-table__drawer-container .ccip-table thead th:nth-child(7) { |
45 | | - /* Verifiers */ |
| 49 | +.ccip-table__drawer-container--lane .ccip-table thead th:nth-child(2) { |
| 50 | + /* Source token address in LaneDrawer */ |
| 51 | + width: 150px; |
| 52 | +} |
| 53 | + |
| 54 | +.ccip-table__drawer-container--lane .ccip-table thead th:nth-child(3) { |
| 55 | + /* Decimals in LaneDrawer */ |
| 56 | + width: 80px; |
| 57 | +} |
| 58 | + |
| 59 | +.ccip-table__drawer-container--lane .ccip-table thead th:nth-child(4) { |
| 60 | + /* Mechanism in LaneDrawer */ |
| 61 | + width: 100px; |
| 62 | +} |
| 63 | + |
| 64 | +.ccip-table__drawer-container--lane .ccip-table thead th:nth-child(5) { |
| 65 | + /* Rate limit capacity in LaneDrawer */ |
| 66 | + width: 150px; |
| 67 | +} |
| 68 | + |
| 69 | +.ccip-table__drawer-container--lane .ccip-table thead th:nth-child(6) { |
| 70 | + /* Rate limit refill rate in LaneDrawer */ |
| 71 | + width: 180px; |
| 72 | +} |
| 73 | + |
| 74 | +.ccip-table__drawer-container--lane .ccip-table thead th:nth-child(8) { |
| 75 | + /* FTF Rate limit refill rate in LaneDrawer (8th column) */ |
| 76 | + width: 180px; |
| 77 | +} |
| 78 | + |
| 79 | +.ccip-table__drawer-container--token .ccip-table thead th:nth-child(7) { |
| 80 | + /* Verifiers column in TokenDrawer */ |
46 | 81 | width: 10%; |
47 | 82 | text-align: right !important; |
48 | 83 | } |
49 | 84 |
|
| 85 | +.ccip-table__drawer-container--lane .ccip-table thead th:nth-child(7) { |
| 86 | + /* FTF Rate limit capacity column in LaneDrawer */ |
| 87 | + width: 15%; |
| 88 | + text-align: left; |
| 89 | +} |
| 90 | + |
50 | 91 | .ccip-table tbody tr:first-child { |
51 | 92 | border: none; |
52 | 93 | } |
|
0 commit comments