Skip to content

Commit

Permalink
feat(styling): add Pagination button height sass variable (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Oct 1, 2020
1 parent 7bd2d19 commit 43deeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/common/src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ $multiselect-ok-button-text-align: center !default;
/* pagination variables */
$pagination-button-hover-color: #E6E6E6 !default;
$pagination-button-border-radius: 4px !default;
$pagination-button-height: 32px !default;
$pagination-button-padding: 6px 12px !default;
$pagination-border-color: #ddd !default;
$pagination-count-margin-left: 2px !default;
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/styles/slick-pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
.page-link {
font-size: $pagination-icon-font-size;
border: $pagination-button-border;
height: 32px;
height: $pagination-button-height;
}

.page-item {
Expand Down

0 comments on commit 43deeee

Please sign in to comment.