[Library | Trunk]: change size of custom external

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59522 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-10-08 15:25:22 +00:00
parent ddc219274d
commit 2eed951b7d
1 changed files with 7 additions and 2 deletions

View File

@ -16,9 +16,14 @@
.custom-icon {
display: inline-block;
width: 16px;
width: 18px;
height: 18px;
vertical-align: middle;
vertical-align: text-top;
}
.custom-icon.large {
width: 22px;
height: 22px;
}
.custom-external {