[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:
parent
bdc30b7d7e
commit
b9520a3455
|
@ -328,7 +328,7 @@ color: #414141}
|
||||||
.label-dataset,
|
.label-dataset,
|
||||||
.label-software,
|
.label-software,
|
||||||
.label-orp, .label-other, .label-project, .label-dataprovider, .label-organization,
|
.label-orp, .label-other, .label-project, .label-dataprovider, .label-organization,
|
||||||
.label-grey, .label-success
|
.label-grey, .label-success, .label-community
|
||||||
{
|
{
|
||||||
background:white !important;
|
background:white !important;
|
||||||
color:#666666 !important;
|
color:#666666 !important;
|
||||||
|
@ -1024,6 +1024,12 @@ showTitle h2{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portal-card-badge {
|
||||||
|
background-color: var(--portal-main-color);
|
||||||
|
color: #fff !important;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
.inherit-color {
|
.inherit-color {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue