From f8c0e7d96a425463832acd2039f2ae5a429baa3d Mon Sep 17 00:00:00 2001 From: "stefania.martziou" Date: Tue, 13 Apr 2021 12:32:15 +0000 Subject: [PATCH] Reverted the color palette and fixed a margin in the mobile menu --- src/app/chart-palettes.ts | 23 ++++++------- .../shared/topmenu/top-menu.component.html | 6 ++-- src/assets/css/os-observatory-custom.css | 33 +++++++++++-------- ...bak.svg => publications-icon-bak-blue.svg} | 2 +- src/assets/img/icons/publications-icon.svg | 2 +- ...ak.svg => repositories-icon-bak-green.svg} | 2 +- src/assets/img/icons/repositories-icon.svg | 2 +- 7 files changed, 38 insertions(+), 32 deletions(-) rename src/assets/img/icons/{publications-icon-bak.svg => publications-icon-bak-blue.svg} (89%) rename src/assets/img/icons/{repositories-icon-bak.svg => repositories-icon-bak-green.svg} (89%) diff --git a/src/app/chart-palettes.ts b/src/app/chart-palettes.ts index 96f6e96d2..bc00ffe21 100644 --- a/src/app/chart-palettes.ts +++ b/src/app/chart-palettes.ts @@ -1,11 +1,12 @@ -// export const publicationColor = '#F181AE'; -// export const publicationTooltipColor = '#a52e5d'; -export const publicationColor = '#263C7E'; -export const publicationTooltipColor = '#1c2d5e'; -export const publicationBackgroundColor = '#8197D9'; +export const publicationColor = '#F181AE'; +export const publicationTooltipColor = '#a52e5d'; +export const publicationBackgroundColor = '#f8d5e3'; +// export const publicationColor = '#263C7E'; +// export const publicationTooltipColor = '#1c2d5e'; +// export const publicationBackgroundColor = '#8197D9'; -// export const datasetColor = '#A98BD4'; -export const datasetColor = '#916AC8'; +export const datasetColor = '#A98BD4'; +// export const datasetColor = '#916AC8'; export const datasetTooltipColor = '#7658a1'; export const datasetBackgroundColor = '#e2daf0'; @@ -23,11 +24,11 @@ export const journalsBackgroundColor = '#FBE8B1'; export const policiesColor = '#639C66'; export const policiesTooltipColor = '#306933'; -// export const softwareColor = '#C2155A'; -export const softwareColor = '#9C0D38'; +export const softwareColor = '#C2155A'; +// export const softwareColor = '#9C0D38'; -// export const otherResearchProductsColor = '#00CCCC'; -export const otherResearchProductsColor = '#17BEBB'; +export const otherResearchProductsColor = '#00CCCC'; +// export const otherResearchProductsColor = '#17BEBB'; export const nonOAColor = '#787878'; diff --git a/src/app/shared/topmenu/top-menu.component.html b/src/app/shared/topmenu/top-menu.component.html index 6b31853cf..c133cf170 100644 --- a/src/app/shared/topmenu/top-menu.component.html +++ b/src/app/shared/topmenu/top-menu.component.html @@ -122,9 +122,9 @@