Skip to content

Commit

Permalink
Refs #136090 - Results per page selector - styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 6, 2022
1 parent 2a8c381 commit 556348b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,22 @@ div#page-document {
div.search-body-footer {
flex-wrap: wrap;

div.results-selector {
font-size: 12px;

.ui.dropdown {
div.text {
color: @sf-dark-gray;
font-weight: 400;
}

i.dropdown {
color: @sf-dark-gray !important;
font-size: 12px;
}
}
}

ul.sui-paging {
li.rc-pagination-item-active {
a {
Expand Down

0 comments on commit 556348b

Please sign in to comment.