[Library | Trunk]: Change css classes for access mode base on class-name

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58063 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-02-07 12:59:18 +00:00
parent 097d55c641
commit 5a0eae96ab
1 changed files with 4 additions and 4 deletions

View File

@ -293,7 +293,7 @@ h2 .custom-external {
color: #00a0de
}
.label-green, .label-openaccessmandate {
.label-green, .label-open {
background: #d1f6e8;
color: #01a566
}
@ -358,7 +358,7 @@ h2 .custom-external {
color: #414141
}
.label-UNKNOWN, .label-funder,
.label-unknown, .label-funder,
.label-compatibility,
.label-underCuration,
.label-funder,
@ -376,13 +376,13 @@ h2 .custom-external {
border: 1px solid #666666 !important;
}
.label-OPEN, .label-OPENSOURCE, .label-open, .label-openaccessmandate {
.label-open {
background: var(--portal-main-color) !important;
color: #ffffff !important;
border: 1px solid var(--portal-main-color) !important;
}
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
.label-closed {
background: #EBEBEB !important;
color: #6B6B6B !important;
border: 1px solid #DEDEDE !important;