[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
This commit is contained in:
k.triantafyllou 2020-04-23 15:56:38 +00:00
parent 2fd585ce90
commit 63b5beb41a
1 changed files with 24 additions and 0 deletions

View File

@ -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);
}