[Library | Assets]: Add b2note img and remove duplcates from library.css

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58356 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-03-30 15:13:22 +00:00
parent 56ca3b5a82
commit cd773efb07
2 changed files with 68 additions and 78 deletions

BIN
b2note.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -190,6 +190,7 @@ h2 .custom-external {
.tooltip-custom-font-size {
font-size: 120%;
}
/* theme */
.uk-tooltip {
background: #666;
@ -854,6 +855,7 @@ dd:last-child {
font-weight: normal !important;
border-radius: 4px;
background-color: #F0F0F0;
color: #666;
padding: 5px 12px;
font-size: 12px;
}
@ -1365,7 +1367,7 @@ textarea {
/* theme */
.uk-navbar {
z-index: 9999;
z-index: 10002;
}
/* theme */
@ -1427,57 +1429,6 @@ input[name="code"] {
border-radius: 1px;
}
ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.portalTabs.uk-tab > * > a:hover {
color: var(--portal-main-color) !important;
border-color: var(--portal-main-color) !important;
/*font-family: Roboto, sans-serif !important;*/
}
ul.portalTabs.uk-tab > .uk-active > a{
font-weight: bold;
}
ul.portalTabs.uk-tab::before {
border-bottom: 1px solid var(--portal-main-color);
}
.quickSelectionsBox{
border: 1px solid #E6E6E6;
border-top:0px;
background-color: white;
}
.selectedFilterLabel {
background-color: #E5E5E5 !important;
border-color: #E5E5E5 !important;
border-radius: 2px !important;
color: inherit !important;
line-height: 15px !important;
padding: 3px 10px !important;
}
.searchFilterItem {
margin-bottom: 5px;
}
.range-button > button{
padding: 5px 10px !important;
text-transform: none !important;
}
.portal-box .mat-select-value, .portal-box .mat-select-arrow{
color: var(--portal-main-contrast) !important;
}
.entitiesSelection{
width: 150px;
padding:10px;
display: inline-block
}
.entitiesSelectionPanel, .matSelectionPanel{
margin-top: 30px !important;
}
.selectedFilterLabel {
background-color: #E5E5E5;
border-color: #E5E5E5;
@ -1487,10 +1438,6 @@ ul.portalTabs.uk-tab::before {
padding: 3px 10px;
}
.searchFilterItem {
margin-bottom: 5px;
}
.range-button > button {
padding: 5px 10px;
text-transform: none;
@ -1751,6 +1698,7 @@ ul.portalTabs.uk-tab > .uk-active > a, ul.portalTabs.uk-tab > * > a:focus, ul.p
border-color: var(--portal-main-color) !important;
/*font-family: Roboto, sans-serif !important;*/
}
ul.portalTabs.uk-tab > .uk-active > a {
font-weight: bold;
}
@ -1787,14 +1735,12 @@ ul.portalTabs.uk-tab::before {
color: var(--portal-main-contrast) !important;
}
.entitiesSelection {
width: 150px;
padding: 10px;
display: inline-block
}
.entitiesSelectionPanel, .matSelectionPanel{
margin-top: 30px !important;
}
/* theme */
.uk-input, .uk-select {
@ -1815,3 +1761,47 @@ ul.portalTabs.uk-tab::before {
html {
color: #1d1d1d !important;
}
.b2note ul {
color: #1D3454;
}
.b2note button {
border-radius: 500px;
border: 1px solid #DEDEDE;
line-height: 17px;
background-color: #DEDEDE;
color: #515151;
padding: 5px 15px;
text-transform: uppercase;
font-size: 12px;
}
.b2note button:hover {
box-shadow: 0 1px 6px #00000033;
}
.b2note button:focus {
outline-color: transparent;
}
.b2note ul > li > .semantic {
background-color: #22356E;
border-radius: 4px;
color: white;
text-transform: uppercase;
}
.b2note ul > li > .keyword {
background-color: #596FB5;
border-radius: 4px;
color: white;
text-transform: uppercase;
}
.b2note ul > li > .comment {
background-color: #AFB3D4;
border-radius: 4px;
color: white;
text-transform: uppercase;
}