[Trunk | Library]:

1. Project Landing Page: Add all types of research results (publication, dataset, software, other) in the box, in the right column of page and redesign it (UI/UX).
2. common-assets/library.css: Add classes 'researchResultTypeSelected' and 'researchResultTypeNotSelected'. Used by Project Landing Page.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57853 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-12-10 14:45:13 +00:00
parent bd9cf37026
commit 1447fb90df
1 changed files with 13 additions and 1 deletions

View File

@ -515,7 +515,8 @@ h2, h4{
font-size:28px !important;
} */
.app-box {
border: #e5e5e5 solid 1px;
border: #DFDFF0 solid 1px;
background-color: #FAFBFF;
}
.uk-subnav-line li:hover .home-icon svg #home{
@ -1156,6 +1157,17 @@ a:hover, .uk-link:hover , .uk-link:hover, a:hover {
color: var(--portal-main-color) !important;
}
.researchResultTypeSelected, .researchResultTypeNotSelected:hover{
color: #fff !important;
background-color: #222080 !important;
border: 1px solid #222080 !important;
}
.researchResultTypeNotSelected{
color: #222080; !important;
background-color: #fff; !important;
border: 1px solid #222080 !important;
}
.fadeOut{
opacity:0.3;
/* background-color: rgba(red(var(--portal-main-color)), green(var(--portal-main-color)), blue(var(--portal-main-color)), 0.3); */