Skip to content

Commit

Permalink
Adjust pagination size
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jun 13, 2022
1 parent 06c53d9 commit 9b6be53
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/SearchBlock/less/paging.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,28 @@
.ui.button.prev.single-angle:after {
position: absolute;
top: -2px;
left: 20px;
display: inline-block;
width: 23px;
height: 23px;
border-right: 3px solid;
border-bottom: 3px solid;
width: 18px;
height: 18px;
border-right: 2px solid;
border-bottom: 2px solid;
color: @deepBlue;
content: '';
}

.ui.button.next.single-angle:after {
left: 20px;
transform: rotate(-45deg);
}

.ui.button.prev.single-angle:after {
right: 20px;
transform: rotate(-225deg);
}

.ui.button.next,
.ui.button.prev {
padding: 0.5em 1.5em;
padding: 0.5em 1.2em;
}

.ui.button.next.double-angle:after,
Expand All @@ -105,12 +106,12 @@
.ui.button.prev.double-angle:before {
position: absolute;
top: 0;
left: 20px;
left: 15px;
display: inline-block;
width: 18px;
height: 18px;
border-right: 3px solid;
border-bottom: 3px solid;
width: 15px;
height: 15px;
border-right: 2px solid;
border-bottom: 2px solid;
color: @deepBlue;
content: '';
}
Expand Down

0 comments on commit 9b6be53

Please sign in to comment.