[Library | Assets]: Change download from classes

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59157 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-07-21 21:15:03 +00:00
parent 7b50d70463
commit 8b632f12f5
1 changed files with 7 additions and 10 deletions

View File

@ -57,33 +57,30 @@ input[name="code"] {
}
/* Landing Download from section*/
.landing .download-from > div {
.landing .download-from > a {
padding: 10px;
color: #A4A4A4;
border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.landing .download-from > div:last-child {
.landing .download-from > a:last-child {
border-bottom: none;
}
.landing .download-from > div:hover {
.landing .download-from > a:hover {
background-color: #F0F0F0;
border-radius: 4px;
}
.landing .download-from > div .title {
.landing .download-from > a .title {
color: black;
word-wrap: break-word;
font-weight: 700;
}
.landing .download-from > div a.title:hover {
text-decoration: underline;
}
.landing .download-from .provider > a {
color: #666;
text-decoration: underline;
.landing .download-from > a:hover .title {
color: #578ede;
}
/* Landing Relations section*/