[Assets]: Add portal icon class on library.css

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@56342 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-07-04 13:09:05 +00:00
parent e686046b44
commit b34cf1bae0
1 changed files with 7 additions and 1 deletions

View File

@ -1046,6 +1046,12 @@ showTitle h2{
border-radius: 3px;
}
.portal-icon-button, .portal-icon-button:hover {
background: var(--portal-main-color) !important;
color: var(--portal-main-contrast) !important;
border: 1px solid var(--portal-main-color) !important;
}
.inherit-color {
color: inherit;
}
@ -1071,4 +1077,4 @@ textarea {
[class*="uk-animation-"] {
animation-fill-mode: none !important;
}
}