Skip to content
Snippets Groups Projects

Prepare withdraw routes part of the HP managament

Merged Jakub Ziebinski requested to merge jziebinski/withdraw-routes-prepare into develop
Compare and Show latest version
2 files
+ 9
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -40,7 +40,7 @@ AccountNameInput KnownAccount {
/* Withdraw routes table */
WithdrawRoutesHeader {
height: 1;
height: auto;
}
WithdrawRoutesTable {
@@ -50,7 +50,7 @@ WithdrawRoutesTable {
#no-withdraw-routes-info {
background: $primary-darken-1;
height: 1;
height: auto;
}
#withdraw-routes-table-title {
@@ -59,7 +59,7 @@ WithdrawRoutesTable {
}
WithdrawRoute {
height: 3;
height: auto;
}
WithdrawRoute .remove-withdraw-route-button {
Loading