Changes in library.css: class 'label-orp' added, class 'label-country' changed, class 'UNKNOWN' added.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52607 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2018-06-28 14:55:55 +00:00
parent 173dd69d51
commit b215c7c18a
1 changed files with 23 additions and 3 deletions

View File

@ -96,6 +96,8 @@ h2 .custom-external {
.other-results { .other-results {
min-height: 300px; min-height: 300px;
} }
/* "OPEN SOURCE" INCLUDED */
.OPEN { .OPEN {
background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top; background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top;
padding-right: 25px; padding-right: 25px;
@ -115,6 +117,17 @@ h2 .custom-external {
text-transform: none; text-transform: none;
} }
.UNKNOWN {
background: rgba(0, 0, 0, 0) url("./question.svg") no-repeat scroll right top;
padding-right: 25px;
min-height: 20px;
background-size: 20px 20px;
font-weight: 400;
text-transform: none;
}
.sc39 { .sc39 {
background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center; background: rgba(0, 0, 0, 0) url("./sc39.png") no-repeat scroll right center;
padding-right: 24px; padding-right: 24px;
@ -264,14 +277,17 @@ max-height:265px;
background:#fef0ef; background:#fef0ef;
color:#f54f43 color:#f54f43
} }
.label-grey, .label-language, .label-country{ .label-grey, .label-language{
background: #f8f8f8; background: #f8f8f8;
color: #666; color: #666;
} }
.label-country {
background : #d4f3ff;
color: #00a0de;
}
.label-orange, .label-sc39{ .label-orange, .label-sc39{
background: #fef5d2; background: #fef5d2;
color: #f0506e; color: #f0506e;
} }
.label-OPEN, .label-open { .label-OPEN, .label-open {
@ -295,6 +311,10 @@ color: #fff;
background: #b737ff; background: #b737ff;
color: #fff color: #fff
} }
.label-orp{
background: ##f54f43;
color: #414141;
}
.label-project .label-project
{ background: #d0307f; { background: #d0307f;