source: trip-planner-front/node_modules/@angular/material/tree/_tree-variables.scss@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 506 bytes
Line 
1$node-height: 48px !default;
2// Minimum height for tree nodes in highest density is difficult to determine as
3// developers can display arbitrary content. We use a minimum height which ensures
4// that common content placed in tree nodes does not exceed (e.g. icons, checkboxes).
5$node-minimum-height: 24px !default;
6$node-maximum-height: $node-height !default;
7
8$density-config: (
9 height: (
10 default: $node-height,
11 maximum: $node-maximum-height,
12 minimum: $node-minimum-height,
13 )
14) !default;
Note: See TracBrowser for help on using the repository browser.