[Library | Trunk]: Change portal link on modals to be black. Add margin 6px on list elements on landing
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58319 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
f01f6f75b4
commit
3b582701ca
|
@ -1535,6 +1535,10 @@ ul.portalTabs.uk-tab::before {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.landing ul li {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
/* Landing Download from section*/
|
||||
.landing .download-from > div {
|
||||
padding: 10px;
|
||||
|
@ -1742,6 +1746,10 @@ svg #statistics-bars {
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.uk-modal .portal-link {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.uk-tooltip.under-curation-tooltip {
|
||||
background-color: white;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue