source: trip-planner-front/node_modules/@angular/material/paginator/_paginator-variables.scss@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 391 bytes
Line 
1$height: 56px !default;
2// Minimum height for paginator's in the highest density is determined based on how
3// much the paginator can shrink until the content exceeds (i.e. navigation buttons).
4$minimum-height: 40px !default;
5$maximum-height: $height !default;
6
7$density-config: (
8 height: (
9 default: $height,
10 maximum: $maximum-height,
11 minimum: $minimum-height,
12 )
13) !default;
Note: See TracBrowser for help on using the repository browser.