Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
959 bytes
|
Line | |
---|
1 | $header-height: 72px !default;
|
---|
2 | // Minimum height for highest density stepper's is determined based on how much
|
---|
3 | // stepper headers can shrink until the step icon or step label exceed. We can't use
|
---|
4 | // a value below `42px` because the optional label for steps would otherwise exceed.
|
---|
5 | $header-minimum-height: 42px !default;
|
---|
6 | $header-maximum-height: $header-height !default;
|
---|
7 |
|
---|
8 | $density-config: (
|
---|
9 | height: (
|
---|
10 | default: $header-height,
|
---|
11 | maximum: $header-maximum-height,
|
---|
12 | minimum: $header-minimum-height,
|
---|
13 | )
|
---|
14 | ) !default;
|
---|
15 |
|
---|
16 | // Note: These variables are not denoted with `!default` because they are used in the non-theme
|
---|
17 | // component styles. Modifying these variables does not have the desired effect for consumers.
|
---|
18 | $label-header-height: 24px;
|
---|
19 | $label-position-bottom-top-gap: 16px;
|
---|
20 | $label-min-width: 50px;
|
---|
21 |
|
---|
22 | $vertical-stepper-content-margin: 36px;
|
---|
23 |
|
---|
24 | $side-gap: 24px;
|
---|
25 | $line-width: 1px;
|
---|
26 | $line-gap: 8px;
|
---|
27 |
|
---|
28 | $step-sub-label-font-size: 12px;
|
---|
29 | $step-header-icon-size: 16px;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.