From 6f22ce150a6d6f95dfc0aff93717b9912a692de8 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 19 May 2020 14:20:15 +0000 Subject: [PATCH] [Library | Assets]: Change landing header base on new mocks. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58720 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/library.css b/library.css index ec3cb82..baada72 100644 --- a/library.css +++ b/library.css @@ -1467,26 +1467,18 @@ ul.recentyears { /* Landing gradient title section*/ -.title-section { - background-image: linear-gradient(to right, #FFFFFF, #F0F0F0); - padding-right: 10px; - padding-top: 5px; - padding-bottom: 5px; - border-radius: 4px; - position: relative; +.title-section h1 { + font-size: 28px; + font-weight: 400; } .title-section .under-curation { - background-image: url("./under_curation.svg"); - height: 17px; - width: 13px; - display: inline-block; + color: #DE8366; } /* theme */ .uk-modal .title-section h1, .feedback-page .title-section h1 { font-size: 18px; - font-family: "Open Sans"; font-weight: 400; }