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:
533 bytes
|
Line | |
---|
1 | $standard-height: 48px !default;
|
---|
2 | // Minimum height for highest density can vary based on the content that developers
|
---|
3 | // project into button-toggle's. We use a minimum of `24px` though because commonly
|
---|
4 | // icons or text are displayed. Icons by default have a size of `24px`.
|
---|
5 | $standard-minimum-height: 24px !default;
|
---|
6 | $standard-maximum-height: $standard-height !default;
|
---|
7 |
|
---|
8 | $standard-density-config: (
|
---|
9 | height: (
|
---|
10 | default: $standard-height,
|
---|
11 | maximum: $standard-maximum-height,
|
---|
12 | minimum: $standard-minimum-height,
|
---|
13 | )
|
---|
14 | ) !default;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.