Skip to content

Commit 65ef9fa

Browse files
authored
Revert "refactor(material/paginator): remove unused file (#27685)" (#27733)
This reverts commit 8d44900.
1 parent a78dc07 commit 65ef9fa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// TODO: this file isn't used, but is kept for backwards compatibility. It should be deleted in v17.
2+
3+
$height: 56px !default;
4+
// Minimum height for paginator's in the highest density is determined based on how
5+
// much the paginator can shrink until the content exceeds (i.e. navigation buttons).
6+
$minimum-height: 40px !default;
7+
$maximum-height: $height !default;
8+
9+
$density-config: (
10+
height: (
11+
default: $height,
12+
maximum: $maximum-height,
13+
minimum: $minimum-height,
14+
)
15+
) !default;

0 commit comments

Comments
 (0)