From 8b632f12f59c9a07ef6416a1dfc062308d39b671 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 21 Jul 2020 21:15:03 +0000 Subject: [PATCH] [Library | Assets]: Change download from classes git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59157 d315682c-612b-4755-9ff5-7f18f6832af3 --- library-css/landing-utils.scss | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/library-css/landing-utils.scss b/library-css/landing-utils.scss index 9e0840d..24843c3 100644 --- a/library-css/landing-utils.scss +++ b/library-css/landing-utils.scss @@ -57,33 +57,30 @@ input[name="code"] { } /* Landing Download from section*/ -.landing .download-from > div { +.landing .download-from > a { padding: 10px; + color: #A4A4A4; border-bottom: 1px solid rgba(0, 0, 0, 0.09); } -.landing .download-from > div:last-child { +.landing .download-from > a:last-child { border-bottom: none; } -.landing .download-from > div:hover { +.landing .download-from > a:hover { background-color: #F0F0F0; border-radius: 4px; } -.landing .download-from > div .title { +.landing .download-from > a .title { color: black; word-wrap: break-word; font-weight: 700; -} - -.landing .download-from > div a.title:hover { text-decoration: underline; } -.landing .download-from .provider > a { - color: #666; - text-decoration: underline; +.landing .download-from > a:hover .title { + color: #578ede; } /* Landing Relations section*/