From 8e5f8869ae20315dfb41989f6c7f63130e845a52 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 6 May 2020 16:31:38 +0000 Subject: [PATCH] [Library | Trunk]: Change login to circle git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58617 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/library.css b/library.css index c6d5f8f..85ea664 100644 --- a/library.css +++ b/library.css @@ -2088,8 +2088,6 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba font-weight: 400; } - - /* Impact Factor - ATHENA CODE */ .popularity-A svg .a, .influence-A svg .a{ @@ -2101,3 +2099,24 @@ Impact Factor - ATHENA CODE */ .popularity-C svg .a, .influence-C svg .a { fill: #444; } + +/*login*/ +.login { + color: white; + font-weight: bold; +} + +.login circle, .login svg, +.login svg svg *, .login svg * { + stroke: white; + fill: var(--portal-main-color); +} + +.login:hover circle { + fill: var(--portal-dark-color); +} + +.login text { + stroke: white; + fill: white; +}