gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 03/03: Add styles for bank accounts page


From: gnunet
Subject: [libeufin] 03/03: Add styles for bank accounts page
Date: Thu, 18 Jun 2020 18:18:41 +0200

This is an automated email from the git hooks/post-receive script.

heng-yeow pushed a commit to branch master
in repository libeufin.

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

    Add styles for bank accounts page
---
 .../src/components/bank-accounts/BankAccounts.less | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/frontend/src/components/bank-accounts/BankAccounts.less 
b/frontend/src/components/bank-accounts/BankAccounts.less
new file mode 100644
index 0000000..3fab2aa
--- /dev/null
+++ 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;
+}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]