[Trunk|Assets]: Add portal-card-badge and private-card-badge

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@55286 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-04-12 08:49:46 +00:00
parent 46f9aef38e
commit eda52879e1
1 changed files with 4 additions and 3 deletions

View File

@ -1028,12 +1028,15 @@ showTitle h2{
background-color: var(--portal-main-color);
color: #fff !important;
font-size: small;
border-radius: 3px;
}
.private-card-badge {
background-color: #000;
color: #fff !important;
font-size: small;
border-radius: 3px;
}
.inherit-color {
@ -1051,7 +1054,5 @@ a:hover, .uk-link:hover , .uk-link:hover, a:hover {
color: var(--portal-main-color);
}
input:invalid, textarea:invalid {
box-shadow: none;
}