[Trunk | Library Assets]:

1. Added common/ORCIDiD_iconbw16x16.png (orcid black icon for pending authors).
2. library-css/card.scss: On .action button hover (.uk-card .uk-button.action:hover) change color of shadow.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60463 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2021-02-20 08:38:35 +00:00
parent 95dbcd4093
commit 493fbc33b8
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

View File

@ -20,3 +20,7 @@
padding: 9px 22px;
line-height: 25px;
}
.uk-card .uk-button.action:hover {
box-shadow: 0 3px 6px rgba(71, 135, 230, 0.5);
}