[Trunk|Assets]: Add portal-card-badge class in library.css

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@55208 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-04-05 17:09:36 +00:00
parent bdc30b7d7e
commit b9520a3455
1 changed files with 7 additions and 1 deletions

View File

@ -328,7 +328,7 @@ color: #414141}
.label-dataset,
.label-software,
.label-orp, .label-other, .label-project, .label-dataprovider, .label-organization,
.label-grey, .label-success
.label-grey, .label-success, .label-community
{
background:white !important;
color:#666666 !important;
@ -1024,6 +1024,12 @@ showTitle h2{
text-decoration: underline;
}
.portal-card-badge {
background-color: var(--portal-main-color);
color: #fff !important;
font-size: small;
}
.inherit-color {
color: inherit;
}