From f5ac9cc123bd7f2567ae941bde09d17833b4fe00 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 24 Nov 2020 09:01:41 +0000 Subject: [PATCH] [Aggregator | Trunk]: Add deposit classes same as explore git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59946 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/assets/portal-custom.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/assets/portal-custom.css b/src/assets/portal-custom.css index 8fe4950..d95f0d7 100644 --- a/src/assets/portal-custom.css +++ b/src/assets/portal-custom.css @@ -31,15 +31,14 @@ background-image: none !important; } - -.emphasis { - color: #000; - font-size: 17px; - font-weight: bold; +.explorePanelBackground { + background: transparent linear-gradient(133deg, #F5F5F5 0%, #D8D8D8 100%) 0% 0% no-repeat padding-box; } -.portal-color.emphasis { - color: #37C7E9; - font-size: 40px; - font-weight: bold; +.explorePanelBackground .uk-grid-divider > :not(.uk-first-column)::before { + border-left: 1px solid rgba(0, 0, 0, .2); +} + +.explorePanelBackground .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before { + color: #bfbfbf; }