From 8b22ef221251985b0d65d580a954b9660c9bcab0 Mon Sep 17 00:00:00 2001 From: wendyjisung Date: Sun, 23 Feb 2020 11:18:13 +0800 Subject: [PATCH 1/2] issue number:#1245 change link --- packages/iotex-react-footer/src/footer.tsx | 12 ++++++------ packages/iotex-react-footer/src/style-color.tsx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/iotex-react-footer/src/footer.tsx b/packages/iotex-react-footer/src/footer.tsx index da318a41..d5210336 100644 --- a/packages/iotex-react-footer/src/footer.tsx +++ b/packages/iotex-react-footer/src/footer.tsx @@ -57,11 +57,11 @@ const links = [ }, { name: "footer.research_paper", - href: "https://iotex.io/academics" + href: "https://www.iotex.io/research" }, { name: "footer.announcemenets", - href: "https://iotex.io/feed" + href: "https://www.iotex.io/blog" }, { name: "footer.delegates_program", @@ -69,7 +69,7 @@ const links = [ }, { name: "footer.charity_program", - href: "https://iotex.io/charity" + href: "https://www.iotex.io/charity" } ] }, @@ -223,7 +223,7 @@ const FooterButton = styled(Button, { }); const Title = styled("div", { - fontSize: "16px", + fontSize: "14px", lineHeight: 2, color: "#dbdbdb", [media.media1024]: { lineHeight: 1.5 } @@ -243,8 +243,8 @@ const FooterImages = styled("div", { const FooterWrapper = styled("div", { ...contentPadding, - paddingTop: "32px", - paddingBottom: "32px", + paddingTop: "50px", + paddingBottom: "50px", minHeight: `${FOOTER_HEIGHT}px`, backgroundColor: colors.nav02, color: colors.white, diff --git a/packages/iotex-react-footer/src/style-color.tsx b/packages/iotex-react-footer/src/style-color.tsx index dae59371..d33e6fab 100644 --- a/packages/iotex-react-footer/src/style-color.tsx +++ b/packages/iotex-react-footer/src/style-color.tsx @@ -19,7 +19,7 @@ export const colors = { information: "#5aaafa", // Information nav01: "#011627", - nav02: "#20232a", + nav02: "#2b2b2a", nav03: "#151d27", PRODUCING: "#0b8de3", From 55e6e1d4e596fc5e0bbca84657aabe2291ea1174 Mon Sep 17 00:00:00 2001 From: wendyjisung Date: Mon, 24 Feb 2020 22:06:01 +0800 Subject: [PATCH 2/2] change button style --- packages/iotex-react-footer/src/footer.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/iotex-react-footer/src/footer.tsx b/packages/iotex-react-footer/src/footer.tsx index d5210336..1b4875e8 100644 --- a/packages/iotex-react-footer/src/footer.tsx +++ b/packages/iotex-react-footer/src/footer.tsx @@ -174,6 +174,7 @@ const FooterInput = styled(Input, { backgroundColor: colors.nav02, width: "220px", height: "48px", + lineHeight: "48px !important", color: "#dbdbdb", borderColor: "#fff", borderRadius: 0 @@ -216,7 +217,8 @@ const FooterButton = styled(Button, { color: "#dbdbdb", borderColor: "#fff", borderRadius: 0, - marginLeft: "8px", + marginLeft: "0px", + borderLeftWidth: "0px", ":hover": { color: colors.nav02 }