[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:
parent
3fc324a6b9
commit
4b98212771
|
@ -15,14 +15,15 @@
|
|||
}
|
||||
|
||||
.custom-icon {
|
||||
line-height: unset;
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 18px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.custom-external {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/common-assets/external-link.svg") no-repeat scroll left 10%;
|
||||
min-height: 15px;
|
||||
background-size: 15px 15px;
|
||||
padding-left: 16px;
|
||||
background: url("/assets/common-assets/external-link.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.custom-icon-button {
|
||||
|
@ -32,15 +33,13 @@
|
|||
}
|
||||
|
||||
.custom-external-white {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/common-assets/icons/external.svg") no-repeat scroll left 10%;
|
||||
background-size: cover;
|
||||
padding-left: 16px;
|
||||
background: url("/assets/common-assets/icons/external.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.custom-copy-white {
|
||||
background: rgba(0, 0, 0, 0) url("/assets/common-assets/icons/copy.svg") no-repeat scroll left 10%;
|
||||
background-size: cover;
|
||||
padding-left: 16px;
|
||||
background: url("/assets/common-assets/icons/copy.svg") no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
h2 .custom-external {
|
||||
|
|
Loading…
Reference in New Issue