21 lines
No EOL
530 B
SCSS
21 lines
No EOL
530 B
SCSS
// Main configuration
|
|
// ------------------------------------------------------------------------------
|
|
|
|
//$default_font_size: 15px;
|
|
//$default_print_font_size: 10pt;
|
|
|
|
//$default_line_height: 1.5;
|
|
|
|
//$default_font_family: #{'Roboto', 'Trebuchet MS', Helvetica, 'Source Sans', Arial, sans-serif, sans};
|
|
|
|
//$black: black !default;
|
|
//$white: white !default;
|
|
//$medium_gray: lighten($black, 50%) !default;
|
|
|
|
//$default_back_color: lighten(black, 50%);
|
|
|
|
//$default_space: 8px;
|
|
|
|
//$tiny_space: 1px;
|
|
|
|
//$default_border_width: $tiny_space; |