[Library | Trunk]: Utils scss change paths to relatives

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@61283 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-06-22 13:43:58 +00:00
parent 31bb6e2ae8
commit 2f572df578
1 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
}
.custom-external {
background: url("/assets/common-assets/external-link.svg") no-repeat;
background: url("~src/assets/common-assets/external-link.svg") no-repeat;
background-size: contain;
}
@ -38,12 +38,12 @@
}
.custom-external-white {
background: url("/assets/common-assets/icons/external.svg") no-repeat;
background: url("~src/assets/common-assets/icons/external.svg") no-repeat;
background-size: contain;
}
.custom-copy-white {
background: url("/assets/common-assets/icons/copy.svg") no-repeat;
background: url("~src/assets/common-assets/icons/copy.svg") no-repeat;
background-size: contain;
}
@ -51,7 +51,7 @@ h2 .custom-external {
min-height: 20px;
background-size: 20px 20px;
padding-left: 21px;
background: rgba(0, 0, 0, 0) url("/assets/common-assets/external-link.svg") no-repeat scroll left center;
background: rgba(0, 0, 0, 0) url("~src/assets/common-assets/external-link.svg") no-repeat scroll left center;
}
.multi-line-ellipsis p {