[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,27 +4,30 @@ ul.recentyears {
vertical-align: middle;
flex-wrap: nowrap;
}
.recentyears.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
.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>* {
.recentyears.uk-subnav > * {
padding-left: 10px;
flex: inherit;
}
.recentyears.uk-subnav>*:nth-child(1) {
.recentyears.uk-subnav > *:nth-child(1) {
padding-left: 0 !important;
}
search-bar .entitiesSelection{
max-width:115px;
search-bar .entitiesSelection {
max-width: 115px;
border: solid 1px var(--portal-main-color) !important;
background: white !important;
color: var(--portal-main-color);
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;
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;
}
.searchFormMinHeight {
@ -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{
.selectedFilterLabel.customFilterLabel {
color: var(--portal-main-color);
}
.searchFilterItem {
margin-bottom: 5px;
}
@ -83,7 +93,7 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba
display: inline-block
}
.text-input-box{
.text-input-box {
border: 1px solid #DFE1E5 !important;
}
@ -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;;
@ -127,7 +139,7 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba
color: #666 !important;
}
.offcanvas-white .text-input-box{
.offcanvas-white .text-input-box {
border: 1px solid #ededed !important;
background: #fff !important;
color: #666 !important;
@ -175,7 +187,7 @@ offcanvas-white .uk-radio:disabled:checked, offcanvas-white input[type="radio"]:
}
.offcanvas-white .uk-radio, .offcanvas-white input[type="radio"],
.offcanvas-white .uk-checkbox, .offcanvas-white input[type="checkbox"]{
.offcanvas-white .uk-checkbox, .offcanvas-white input[type="checkbox"] {
border: 1px solid #d4d4d4 !important;;
}