From b956e0a15adde44761132da4b844f3d8d2aeea7d Mon Sep 17 00:00:00 2001 From: john082Coder Date: Fri, 2 Jul 2021 04:23:09 +1000 Subject: [PATCH 1/2] add footer link --- src/components/footer.jsx | 19 +++++++------------ src/pages/SignIn.jsx | 2 +- src/scss/App.scss | 12 ++++++++++++ src/scss/style.css | 7 ++++++- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/src/components/footer.jsx b/src/components/footer.jsx index f33f6de..af817ba 100644 --- a/src/components/footer.jsx +++ b/src/components/footer.jsx @@ -1,26 +1,21 @@ import React from "react"; import { Row, Col, Image, Form, Button } from "react-bootstrap"; -import Twitter from "../assets/twitter.svg"; -import Medium from "../assets/medium.svg"; -import Discord from "../assets/discord.svg"; -import Telegram from "../assets/telegram.svg"; -import Youtube from "../assets/youtube.svg"; -import Logo from "../assets/footer_logo.png"; - +import { Redirect } from "react-router-dom" +import { useHistory } from 'react-router-dom' const Footer = (props) => { return ( <> - + - Contact Us + Contact Us FAQ - Business Enquiries + Business Enquiries 2021 Kawakami Inu™ - $KAWA - Join Community + $KAWA + Join Community diff --git a/src/pages/SignIn.jsx b/src/pages/SignIn.jsx index 6c654e9..d23ea15 100644 --- a/src/pages/SignIn.jsx +++ b/src/pages/SignIn.jsx @@ -113,7 +113,7 @@ const SignIn = props => {
-

Don't have a wallet set up?

+

Don't have a wallet set up?

diff --git a/src/scss/App.scss b/src/scss/App.scss index 8eb2247..25df029 100644 --- a/src/scss/App.scss +++ b/src/scss/App.scss @@ -35,6 +35,11 @@ border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; margin-top: 0px !important; + a, a:link, a:visited { + + text-decoration: none; + color: rgb(171, 109, 119); + } } .farm-top-title { font-family: "Visby 800" !important; @@ -86,3 +91,10 @@ } } } +.kawa-footer { + a, a:link, a:visited { + + text-decoration: none; + color: rgb(171, 109, 119); + } +} \ No newline at end of file diff --git a/src/scss/style.css b/src/scss/style.css index c1ec231..896e2ae 100644 --- a/src/scss/style.css +++ b/src/scss/style.css @@ -698,7 +698,7 @@ h1 { @media only screen and (max-width: 600px) { .footerClass { - text-align: center; + text-align: center; } } @@ -869,4 +869,9 @@ h6 { } /*# sourceMappingURL=style.css.map */ .kawa-footer { + a, a:link, a:visited { + color: #FFFAFA; + text-decoration: none; + background-color: #778899; + } } From e18323a85e48295e8cfa2edc4c6ca157b7fcf003 Mon Sep 17 00:00:00 2001 From: john082Coder Date: Thu, 1 Jul 2021 13:01:16 -0700 Subject: [PATCH 2/2] dashboard css fixes, started mobile --- src/components/farmCard.jsx | 10 +++---- src/components/footer.jsx | 21 +++++-------- src/pages/SignIn.jsx | 16 +++++----- src/pages/dashBoard.jsx | 2 +- src/scss/App.scss | 60 ++++++++++++++++++++++++++++++++++--- src/scss/style.css | 8 +++-- src/scss/style.scss | 45 ++++++++++++++++++++++++---- 7 files changed, 123 insertions(+), 39 deletions(-) diff --git a/src/components/farmCard.jsx b/src/components/farmCard.jsx index 2e16c28..0f1e8d7 100644 --- a/src/components/farmCard.jsx +++ b/src/components/farmCard.jsx @@ -146,7 +146,7 @@ const FarmCard = (props) => { <> {(rows[0].length > 0) ? ( rows.map((poolRow, i) => ( -
+
{poolRow.map((pool, j) => ( @@ -369,16 +369,16 @@ const CoinCard = (props) => {
-
+
xKAWA EARNED
-
+
- + @@ -417,7 +417,7 @@ const CoinCard = (props) => { )} -
+
diff --git a/src/components/footer.jsx b/src/components/footer.jsx index f33f6de..c57306d 100644 --- a/src/components/footer.jsx +++ b/src/components/footer.jsx @@ -1,26 +1,21 @@ import React from "react"; import { Row, Col, Image, Form, Button } from "react-bootstrap"; -import Twitter from "../assets/twitter.svg"; -import Medium from "../assets/medium.svg"; -import Discord from "../assets/discord.svg"; -import Telegram from "../assets/telegram.svg"; -import Youtube from "../assets/youtube.svg"; -import Logo from "../assets/footer_logo.png"; - +import { Redirect } from "react-router-dom" +import { useHistory } from 'react-router-dom' const Footer = (props) => { return ( <> - + - Contact Us + Contact Us FAQ - Business Enquiries + Business Enquiries 2021 Kawakami Inu™ - $KAWA - Join Community + $KAWA + Join Community @@ -28,4 +23,4 @@ const Footer = (props) => { ); }; -export default Footer; +export default Footer; \ No newline at end of file diff --git a/src/pages/SignIn.jsx b/src/pages/SignIn.jsx index 6c654e9..7d7d8c0 100644 --- a/src/pages/SignIn.jsx +++ b/src/pages/SignIn.jsx @@ -61,10 +61,10 @@ const SignIn = props => { return ( - - - - + + + + @@ -73,8 +73,8 @@ const SignIn = props => { - - Farm $xKAWA by staking the most popular community tokens such as SHIB, KISHU, AKITA and more! + + Farm $xKAWA by staking the most popular community tokens such as SHIB, KISHU, AKITA and more! @@ -82,7 +82,7 @@ const SignIn = props => {
-

Connect your wallet to start farming

+

Connect your wallet to start farming

You are about to input highly sensitive information, please DO NOT expose to strangers.

-

Don't have a wallet set up?

+

Don't have a wallet set up?

diff --git a/src/pages/dashBoard.jsx b/src/pages/dashBoard.jsx index b904899..106d426 100644 --- a/src/pages/dashBoard.jsx +++ b/src/pages/dashBoard.jsx @@ -212,7 +212,7 @@ const DashBoard = () => { account={account} />} -
+