Skip to content

Commit

Permalink
feat(styling): add Pagination button height sass variable (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 1, 2020
1 parent 4d6a395 commit 5db78c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/modules/angular-slickgrid/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@
/* 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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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 5db78c2

Please sign in to comment.