dashboard of Bytom
Revision | 147308ab82f464ffdc37ae1d9296d8feec2ade2c (tree) |
---|---|
Zeit | 2021-08-24 17:07:34 |
Autor | j <coffce404@gmai...> |
Commiter | j |
fix: add retire
@@ -22,7 +22,7 @@ | ||
22 | 22 | |
23 | 23 | .sidebarContent { |
24 | 24 | width: $sidebar-width; |
25 | - padding-bottom: 30px; | |
25 | + padding-bottom: 12px; | |
26 | 26 | min-height: 100%; |
27 | 27 | background: rgba(248, 248, 248, 0.95); |
28 | 28 | backdrop-filter: blur(30px); |
@@ -1,5 +1,5 @@ | ||
1 | 1 | .main { |
2 | - margin: 36px 0 0; | |
2 | + margin: 12px 0 0; | |
3 | 3 | padding: 0 26px; |
4 | 4 | color: #78808D; |
5 | 5 | } |
@@ -19,6 +19,7 @@ | ||
19 | 19 | |
20 | 20 | .progressBar{ |
21 | 21 | margin-top: 6px; |
22 | + margin-bottom: 15px; | |
22 | 23 | height: 10px; |
23 | 24 | background: rgba(0, 78, 228, 0.08); |
24 | 25 | border-radius: 8px; |
@@ -145,6 +145,7 @@ class AdvancedTxForm extends React.Component { | ||
145 | 145 | <MenuItem eventKey='veto'>Veto</MenuItem> */} |
146 | 146 | {/* <MenuItem eventKey='cross_chain_in'>Cross Chain In</MenuItem> */} |
147 | 147 | {/* <MenuItem eventKey='cross_chain_out'>Cross Chain Out</MenuItem> */} |
148 | + <MenuItem eventKey='retire'>Retire</MenuItem> | |
148 | 149 | </DropdownButton> |
149 | 150 | </div> |
150 | 151 | </FormSection> |