From 3b582701ca8933f19e9e19d8dd6314d4d6119dd5 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 23 Mar 2020 13:45:19 +0000 Subject: [PATCH] [Library | Trunk]: Change portal link on modals to be black. Add margin 6px on list elements on landing git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58319 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/library.css b/library.css index fdff462..55364ae 100644 --- a/library.css +++ b/library.css @@ -1535,6 +1535,10 @@ ul.portalTabs.uk-tab::before { font-weight: 400; } +.landing ul li { + margin-bottom: 6px; +} + /* Landing Download from section*/ .landing .download-from > div { padding: 10px; @@ -1742,6 +1746,10 @@ svg #statistics-bars { border-radius: 4px; } +.uk-modal .portal-link { + color: black !important; +} + .uk-tooltip.under-curation-tooltip { background-color: white; display: block;