From e388ee70d29e0867770fe778db8d923264563af4 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Mon, 4 May 2020 14:11:50 +0000 Subject: [PATCH] [Library|Trunk] Impact factors: update according to the mocks show them also in beta git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58591 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/library.css b/library.css index d063f29..d9722f1 100644 --- a/library.css +++ b/library.css @@ -2061,3 +2061,17 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba .uk-text-normal{ font-weight: 400; } + + + +/* +Impact Factor - ATHENA CODE */ +.popularity-A svg .a, .influence-A svg .a{ + fill:#d51717; +} +.popularity-B svg .a, .influence-B svg .a { + fill: #e1920a; +} +.popularity-C svg .a, .influence-C svg .a { + fill: #444; +}