[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:
parent
46f9aef38e
commit
eda52879e1
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue