We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78dc07 commit 65ef9faCopy full SHA for 65ef9fa
src/material/paginator/_paginator-variables.scss
@@ -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