33 lines
890 B
SCSS
33 lines
890 B
SCSS
/*
|
|
* The SCSS variables
|
|
*/
|
|
|
|
/* sidebar */
|
|
|
|
$sidebar-width: 260px !default; /* the basic width */
|
|
$sidebar-width-large: 300px !default; /* screen width: >= 1650px */
|
|
$sb-btn-gap: 0.8rem !default;
|
|
$sb-btn-gap-lg: 1rem !default;
|
|
|
|
/* other framework sizes */
|
|
|
|
$topbar-height: 3rem !default;
|
|
$search-max-width: 200px !default;
|
|
$footer-height: 5rem !default;
|
|
$footer-height-large: 6rem !default; /* screen width: < 850px */
|
|
$main-content-max-width: 1250px !default;
|
|
$base-radius: 0.625rem !default;
|
|
$back2top-size: 2.75rem !default;
|
|
|
|
/* syntax highlight */
|
|
|
|
$code-font-size: 0.85rem !default;
|
|
$code-header-height: 2.25rem !default;
|
|
$code-dot-size: 0.75rem !default;
|
|
$code-dot-gap: 0.5rem !default;
|
|
$code-icon-width: 1.75rem !default;
|
|
|
|
/* fonts */
|
|
|
|
$font-family-base: 'Source Sans Pro', 'Microsoft Yahei', sans-serif !default;
|
|
$font-family-heading: Lato, 'Microsoft Yahei', sans-serif !default;
|