From ca9a00e879cb03106b16a4e1320cf185488c7ecf Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Mon, 2 Oct 2023 12:18:42 +0300 Subject: [PATCH] add new custom css class for explore, update submodules --- explore/src/app/openaireLibrary | 2 +- explore/src/assets/explore-custom.less | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 1a960061..af95b395 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 1a960061b6674a7f62fb5cfbac3286fb57907f34 +Subproject commit af95b395bd24f102b3ec967c05b5a6d0bd2fbc57 diff --git a/explore/src/assets/explore-custom.less b/explore/src/assets/explore-custom.less index 3109db9f..92af8ab6 100644 --- a/explore/src/assets/explore-custom.less +++ b/explore/src/assets/explore-custom.less @@ -44,3 +44,12 @@ .funders-title { color: @primary-color; } + +.custom-extra-entities { + padding: 2px 5px; + border-radius: 4px; + &:hover { + text-decoration: none; + color: @secondary-color; + } +} \ No newline at end of file