gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Update styles


From: gnunet
Subject: [libeufin] branch master updated: Update styles
Date: Wed, 17 Jun 2020 11:07:30 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new d90676a  Update styles
d90676a is described below

commit d90676a4113122bf937d8cdcbd321f0b3f581e0f
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Wed Jun 17 17:07:19 2020 +0800

    Update styles
---
 frontend/craco.config.js                   | 1 +
 frontend/src/components/footer/Footer.less | 4 ++--
 frontend/src/routes/Layout.less            | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/frontend/craco.config.js b/frontend/craco.config.js
index 53c062d..e01c6ba 100644
--- a/frontend/craco.config.js
+++ b/frontend/craco.config.js
@@ -12,6 +12,7 @@ module.exports = {
             '@body-background': '#f0f2f5',
             '@menu-item-padding': '0 120px',
             '@menu-bg': 'none',
+            '@menu-item-font-size': '16px',
           },
           javascriptEnabled: true,
         },
diff --git a/frontend/src/components/footer/Footer.less 
b/frontend/src/components/footer/Footer.less
index bb0adcf..0ab86f7 100644
--- a/frontend/src/components/footer/Footer.less
+++ b/frontend/src/components/footer/Footer.less
@@ -1,6 +1,4 @@
 .footer {
-  position: absolute;
-  bottom: 0;
   height: 4rem;
   background: #1890ff;
   width: 100vw;
@@ -8,6 +6,8 @@
   flex-direction: column;
   align-items: flex-end;
   justify-content: center;
+  position: fixed;
+  bottom: 0;
 }
 
 .footer .text {
diff --git a/frontend/src/routes/Layout.less b/frontend/src/routes/Layout.less
index 449afb7..fb0884b 100644
--- a/frontend/src/routes/Layout.less
+++ b/frontend/src/routes/Layout.less
@@ -1,4 +1,4 @@
 .container {
-  height: 100vh;
-  padding: 30px 60px 0px 60px;
+  // height: 100vh;
+  padding: 30px 60px 64px 60px;
 }

-- 
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]