From 63b5beb41af5c2cca2ea69dd05691e021f778c76 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 23 Apr 2020 15:56:38 +0000 Subject: [PATCH] [Library | Trunk]: Add css for breadcrumbs git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58533 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/library.css b/library.css index 521fe18..f0a14ae 100644 --- a/library.css +++ b/library.css @@ -1915,3 +1915,27 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba border-color:black; text-decoration: underline; } + +.uk-breadcrumb.uk-light > * > *, +.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before { + color: white; +} + +.uk-breadcrumb > * > * { + color: rgba(0, 0, 0, 0.60); + vertical-align: top; + line-height: 25px; +} + +.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before { + content: "›"; + color: rgba(0, 0, 0, 0.60); + font-weight: 200; + font-size: 25px; + margin: -9px 10px; +} + +.uk-breadcrumb > :last-child > * { + font-weight: 700; + color: rgba(0, 0, 0, 0.60); +}