UNPKG

391 BSCSSView Raw
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;