9 lines
120 B
SCSS
9 lines
120 B
SCSS
|
// Indecies
|
||
|
$indecies: (
|
||
|
boxOverlay: 5,
|
||
|
boxBody: 10,
|
||
|
guide: 20,
|
||
|
navigation: 20,
|
||
|
headerContent: 10
|
||
|
) !default;
|