From ca6f2e467d15cfb9aac76621cf21834bbff7a671 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 25 Nov 2020 16:10:20 +0000 Subject: [PATCH] [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 --- library-css/landing-utils.scss | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/library-css/landing-utils.scss b/library-css/landing-utils.scss index 3fce7b3..7e72b72 100644 --- a/library-css/landing-utils.scss +++ b/library-css/landing-utils.scss @@ -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 {