[Library | Trunk]: library css changes
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58546 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
65355f64a7
commit
a57cf381ca
21
library.css
21
library.css
|
@ -1200,19 +1200,30 @@ showTitle h2 {
|
|||
color: rgba(255, 255, 255, 0.8) !important;
|
||||
}
|
||||
|
||||
.portal-card-badge {
|
||||
.badges {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -3px;
|
||||
padding-left: 0 !important;
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.badges .portal-card-badge {
|
||||
background-color: var(--portal-main-color);
|
||||
color: #fff !important;
|
||||
font-size: small;
|
||||
font-size: 10px;
|
||||
border-radius: 3px;
|
||||
padding: 2px 3px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
.private-card-badge {
|
||||
background-color: #000;
|
||||
.badges .private-card-badge {
|
||||
background-color: #A4A4A4;
|
||||
color: #fff !important;
|
||||
font-size: small;
|
||||
font-size: 10px;
|
||||
border-radius: 3px;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
.portal-icon-button, .portal-icon-button:hover {
|
||||
|
|
Loading…
Reference in New Issue