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
WithdrawRoutes {
height: 1fr;
#inputs-container {
background: $panel;
padding: 2 4;
height: auto;
}
#input-with-checkbox {
margin-top: 1;
height: auto;
Checkbox {
width: 17;
}
}
AccountNameInput KnownAccount {
margin-left: 3;
}
WithdrawRoutesTable {
height: auto;
WithdrawRoutesHeader {
height: auto;
Static {
text-style: bold;
width: 1fr;
text-align: center;
}
}
#no-withdraw-routes-info {
text-style: bold;
margin-top: 1;
background: $primary;
height: auto;
text-align: center;
}
#withdraw-routes-table-title {
text-style: bold;
margin-top: 1;
background: $primary;
width: 1fr;
text-align: center;
}
WithdrawRoute {
height: auto;
#remove-withdraw-route-button {
width: 1fr;
}
}
}
}
Loading