[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:
parent
097d55c641
commit
5a0eae96ab
|
@ -293,7 +293,7 @@ h2 .custom-external {
|
||||||
color: #00a0de
|
color: #00a0de
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-green, .label-openaccessmandate {
|
.label-green, .label-open {
|
||||||
background: #d1f6e8;
|
background: #d1f6e8;
|
||||||
color: #01a566
|
color: #01a566
|
||||||
}
|
}
|
||||||
|
@ -358,7 +358,7 @@ h2 .custom-external {
|
||||||
color: #414141
|
color: #414141
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-UNKNOWN, .label-funder,
|
.label-unknown, .label-funder,
|
||||||
.label-compatibility,
|
.label-compatibility,
|
||||||
.label-underCuration,
|
.label-underCuration,
|
||||||
.label-funder,
|
.label-funder,
|
||||||
|
@ -376,13 +376,13 @@ h2 .custom-external {
|
||||||
border: 1px solid #666666 !important;
|
border: 1px solid #666666 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-OPEN, .label-OPENSOURCE, .label-open, .label-openaccessmandate {
|
.label-open {
|
||||||
background: var(--portal-main-color) !important;
|
background: var(--portal-main-color) !important;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
border: 1px solid var(--portal-main-color) !important;
|
border: 1px solid var(--portal-main-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-CLOSED, .label-EMBARGO, .label-RESTRICTED, .label-closed {
|
.label-closed {
|
||||||
background: #EBEBEB !important;
|
background: #EBEBEB !important;
|
||||||
color: #6B6B6B !important;
|
color: #6B6B6B !important;
|
||||||
border: 1px solid #DEDEDE !important;
|
border: 1px solid #DEDEDE !important;
|
||||||
|
|
Loading…
Reference in New Issue