[Library|Trunk]

Library.css:
	Breadcrumb CSS - add important to avoid lose colors
	Zenodo button css


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58564 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2020-04-27 12:56:47 +00:00
parent a0ac5c104b
commit de94f26770
1 changed files with 17 additions and 2 deletions

View File

@ -2010,11 +2010,11 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba
.uk-breadcrumb.uk-light > * > *,
.uk-breadcrumb.uk-light > :nth-child(n+2):not(.uk-first-column)::before {
color: white;
color: white !important;
}
.uk-breadcrumb > * > * {
color: rgba(0, 0, 0, 0.60);
color: rgba(0, 0, 0, 0.60) !important;
vertical-align: top;
line-height: 25px;
}
@ -2031,3 +2031,18 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba
font-weight: 700;
color: rgba(0, 0, 0, 0.60);
}
.zenodoButton, .zenodoButton:hover{
background-image:linear-gradient(to right, #0F4DA1, #0078E1) ;
color: white !important;
border-color: transparent !important;
border-style: solid !important;
border-width: 1px !important;
box-shadow: 0px 4px 10px #00000029;
border-radius: 2px;
opacity: 1;
}
.uk-text-normal{
font-weight: 400;
}