[Library | Assets]: Fix custom icons

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59192 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-07-29 13:55:16 +00:00
parent 3fc324a6b9
commit 4b98212771
1 changed files with 10 additions and 11 deletions

View File

@ -15,14 +15,15 @@
} }
.custom-icon { .custom-icon {
line-height: unset; display: inline-block;
width: 16px;
height: 18px;
vertical-align: middle;
} }
.custom-external { .custom-external {
background: rgba(0, 0, 0, 0) url("/assets/common-assets/external-link.svg") no-repeat scroll left 10%; background: url("/assets/common-assets/external-link.svg") no-repeat;
min-height: 15px; background-size: contain;
background-size: 15px 15px;
padding-left: 16px;
} }
.custom-icon-button { .custom-icon-button {
@ -32,15 +33,13 @@
} }
.custom-external-white { .custom-external-white {
background: rgba(0, 0, 0, 0) url("/assets/common-assets/icons/external.svg") no-repeat scroll left 10%; background: url("/assets/common-assets/icons/external.svg") no-repeat;
background-size: cover; background-size: contain;
padding-left: 16px;
} }
.custom-copy-white { .custom-copy-white {
background: rgba(0, 0, 0, 0) url("/assets/common-assets/icons/copy.svg") no-repeat scroll left 10%; background: url("/assets/common-assets/icons/copy.svg") no-repeat;
background-size: cover; background-size: contain;
padding-left: 16px;
} }
h2 .custom-external { h2 .custom-external {