[Trunk | Library]: library.css: [Natalia's css changes] add css for '.main-tabs .tab-header' | css changed for '.main-tabs > li > a > .number'.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58615 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-05-06 15:59:51 +00:00
parent 20e909290b
commit a08a8341f8
1 changed files with 11 additions and 2 deletions

View File

@ -1929,6 +1929,13 @@ html {
/*CONNECT REDESIGN*/
.main-tabs .tab-header {
font-size: 12px;
text-transform: uppercase;
transition: color .1s ease-in-out;
line-height: 20px;
}
.main-tabs > li {
background-color: #F2F2F2;
border: 1px solid #DEDEDE;
@ -1954,8 +1961,10 @@ html {
}
.main-tabs > li > a > .number {
opacity: 0.8;
font-size: 21px;
font-size: 18px;
line-height: 1.4;
font-family: Heebo;
font-weight: 800;
}
.main-tabs.uk-tab > .uk-active > a, .main-tabs.uk-tab > li:hover:not(.statistics) > a {