Skip to content

Commit

Permalink
Revert "refactor(material/paginator): remove unused file (#27685)"
Browse files Browse the repository at this point in the history
This reverts commit 8d44900.
  • Loading branch information
wagnermaciel committed Aug 30, 2023
1 parent a78dc07 commit fefaf13
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/material/paginator/_paginator-variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// TODO: this file isn't used, but is kept for backwards compatibility. It should be deleted in v17.

$height: 56px !default;
// Minimum height for paginator's in the highest density is determined based on how
// much the paginator can shrink until the content exceeds (i.e. navigation buttons).
$minimum-height: 40px !default;
$maximum-height: $height !default;

$density-config: (
height: (
default: $height,
maximum: $maximum-height,
minimum: $minimum-height,
)
) !default;

0 comments on commit fefaf13

Please sign in to comment.