libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 96c26bc859c64eccf9b2b663af918d1a8fdfa762
parent b6c1f45066da01cb28bbdd8e2d81c1c2bb8ed872
Author: tanhengyeow <E0032242@u.nus.edu>
Date:   Fri, 19 Jun 2020 00:18:04 +0800

Add styles for bank accounts page

Diffstat:
Afrontend/src/components/bank-accounts/BankAccounts.less | 33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)

diff --git a/frontend/src/components/bank-accounts/BankAccounts.less b/frontend/src/components/bank-accounts/BankAccounts.less @@ -0,0 +1,33 @@ +.bank-accounts { + margin-top: 50px; +} + +.buttons-row { + display: flex; + justify-content: flex-end; + width: 100%; +} + +.buttons-row button { + margin-left: 40px; + margin-bottom: 50px; +} + +.steps-row { + display: flex; + justify-content: center; + margin-bottom: 50px; +} + +.steps-row .ant-steps { + width: 50%; +} + +.steps-action { + display: flex; + justify-content: flex-end; + position: absolute; + right: 0; + bottom: 0; + margin-bottom: 40px; +}