[Library | Trunk]: Paging numbers Open Sans and paging font size to 14px

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60264 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-01-18 11:41:55 +00:00
parent 0066dfb4ef
commit 04da30b6de
1 changed files with 24 additions and 12 deletions

View File

@ -4,10 +4,12 @@ ul.recentyears {
vertical-align: middle;
flex-wrap: nowrap;
}
.recentyears.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
margin-right: 10px !important;
border-left: 1px solid var(--portal-main-color) !important;
}
.recentyears.uk-subnav > * {
padding-left: 10px;
flex: inherit;
@ -23,6 +25,7 @@ search-bar .entitiesSelection{
background: white !important;
color: var(--portal-main-color);
}
search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-bar .entitiesSelection .mat-select-arrow, search-bar .entitiesSelection .mat-select-value {
color: var(--portal-main-color) !important;
}
@ -54,6 +57,11 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba
.searchPaging {
min-height: 46px;
font-size: 14px;
}
.uk-pagination > * > * {
font-family: "Open Sans", sans-serif;
}
.quickSelectionsBox {
@ -70,9 +78,11 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba
line-height: 15px;
padding: 6px 10px;
}
.selectedFilterLabel.customFilterLabel {
color: var(--portal-main-color);
}
.searchFilterItem {
margin-bottom: 5px;
}
@ -108,9 +118,11 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba
.offcanvas-white a:not([class*="portal-link"]):hover {
color: #222080 !important;;
}
.offcanvas-white h4, .offcanvas-white .uk-h4, .offcanvas-white h6, .offcanvas-white .uk-h6 {
color: #1a1a1a !important;;
}
.offcanvas-white h5 {
font-size: 18px !important;;
line-height: 1.4 !important;;