From 152009ee5b49366841a9e38ea5955ac8880b8c83 Mon Sep 17 00:00:00 2001 From: Katherina Marcenko <45818654+KatvonRivia@users.noreply.github.com> Date: Thu, 24 Sep 2020 09:37:30 +0200 Subject: [PATCH] refactor(ubilabs-logo): change size and color (#655) * refactor(ubilabs-logo): change size and color * refactor(ubilabs-logo): add link and translations, remove font size --- i18n/de.json | 1 + i18n/en.json | 1 + i18n/es.json | 1 + i18n/fr.json | 1 + i18n/nl.json | 1 + src/scripts/components/main/menu/menu.styl | 9 ++++----- src/scripts/components/main/menu/menu.tsx | 11 +++++++++-- 7 files changed, 18 insertions(+), 7 deletions(-) diff --git a/i18n/de.json b/i18n/de.json index ba4091bb8..42dd9b53c 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -36,6 +36,7 @@ "EsaWebsite": "ESA Website", "CCIWebsite": "CCI Website", "github": "Github", + "madeby": "made by", "closeStory": "Geschichte schließen", "removeCompare": "Vergleich entfernen", "dataInfo": "Dateninformation", diff --git a/i18n/en.json b/i18n/en.json index 587ea2baa..841a79c4b 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -36,6 +36,7 @@ "EsaWebsite": "ESA Website", "CCIWebsite": "CCI Website", "github": "Github", + "madeby": "made by", "closeStory": "Close story", "removeCompare": "Remove Compare", "dataInfo": "Data Information", diff --git a/i18n/es.json b/i18n/es.json index 24818af93..27b4f56a8 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -36,6 +36,7 @@ "EsaWebsite": "El sitio web de ESA", "CCIWebsite": "El sitio web de CCI", "github": "Github", + "madeby": "made by", "closeStory": "Cerrar la historia", "removeCompare": "Eliminar comparar", "dataInfo": "Información de datos", diff --git a/i18n/fr.json b/i18n/fr.json index 2519a048e..febd26bde 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -36,6 +36,7 @@ "EsaWebsite": "Site de l'ESA", "CCIWebsite": "Site de l'ICC", "github": "Github", + "madeby": "made by", "closeStory": "Fermer l'article", "removeCompare": "Retirer Comparez", "dataInfo": "Information sur les données", diff --git a/i18n/nl.json b/i18n/nl.json index 89a54ea4c..647030c0c 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -36,6 +36,7 @@ "EsaWebsite": "ESA website", "CCIWebsite": "CCI website", "github": "Github", + "madeby": "made by", "closeStory": "Verhaal sluiten", "removeCompare": "Vergelijking verwijderen", "dataInfo": "Data informatie", diff --git a/src/scripts/components/main/menu/menu.styl b/src/scripts/components/main/menu/menu.styl index 4165f788e..cdfe2df6e 100644 --- a/src/scripts/components/main/menu/menu.styl +++ b/src/scripts/components/main/menu/menu.styl @@ -60,7 +60,6 @@ display: flex flex-direction: row justify-content: center - width: 100% svg fill: $main @@ -77,18 +76,18 @@ bottom: emCalc(20px) left: emCalc(32px) color: $textDefault - font-size: 10px svg - height: emCalc(30px) - fill: $textDefault + height: emCalc(25px) + fill: $textWhite &:hover fill: $textColor .creditsText margin: emCalc(5px) - font-size: 10px + margin-left: 0 + font-size: 13px @media screen and (max-width: 480px) .menuContainer diff --git a/src/scripts/components/main/menu/menu.tsx b/src/scripts/components/main/menu/menu.tsx index 3bc1c4fa4..f4055806b 100644 --- a/src/scripts/components/main/menu/menu.tsx +++ b/src/scripts/components/main/menu/menu.tsx @@ -144,8 +144,15 @@ const Menu: FunctionComponent = () => { )}
-

Made by

- + +

+ +

+ +