[Library | Assets]: Fix b2note labels of type
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59963 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
8ad7c79bbd
commit
ca6f2e467d
|
@ -264,31 +264,26 @@ input[name="code"] {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.b2note ul > li > .semantic {
|
||||
.b2note ul > li > .type {
|
||||
border-radius: 4px;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
padding: 1px 9px;
|
||||
text-transform: uppercase;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.b2note ul > li > .type.semantic {
|
||||
background-color: #22356E;
|
||||
border-radius: 4px;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
padding: 1px 9px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.b2note ul > li > .keyword {
|
||||
.b2note ul > li > .type.keyword {
|
||||
background-color: #596FB5;
|
||||
border-radius: 4px;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
padding: 1px 9px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.b2note ul > li > .comment {
|
||||
.b2note ul > li > .type.comment {
|
||||
background-color: #AFB3D4;
|
||||
border-radius: 4px;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
padding: 1px 9px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
svg #statistics-bars {
|
||||
|
|
Loading…
Reference in New Issue