Skip to content

Commit

Permalink
[ACS-8447] align pagination buttons (#10014)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua authored Aug 8, 2024
1 parent 70c2783 commit b42bd9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/core/src/lib/pagination/pagination.component.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@use '../../../src/lib/styles/flex' as flex;

$adf-pagination-height: 48px !default;
$adf-pagination-icon-button-size: 32px !default;
$adf-pagination-border: none !default;
$adf-pagination-line-height: 20px;

.adf-pagination {
display: flex;
border-top: $adf-pagination-border;
height: $adf-pagination-height;
line-height: 20px;
line-height: $adf-pagination-line-height;
color: var(--adf-theme-foreground-text-color);

&__block {
Expand Down Expand Up @@ -81,6 +81,6 @@ $adf-pagination-border: none !default;
}

button[mat-icon-button] {
line-height: $adf-pagination-icon-button-size;
line-height: $adf-pagination-line-height;
}
}

0 comments on commit b42bd9a

Please sign in to comment.