2020-02-27 12:36:59 +03:00
|
|
|
/*
|
2021-07-04 16:01:11 +03:00
|
|
|
* The SCSS variables
|
|
|
|
*/
|
2020-02-27 12:36:59 +03:00
|
|
|
|
2021-07-04 16:01:11 +03:00
|
|
|
/* sidebar */
|
2020-02-27 16:05:50 +03:00
|
|
|
|
2022-02-14 18:18:24 +03:00
|
|
|
$sidebar-width: 260px !default; /* the basic width */
|
|
|
|
$sidebar-width-small: 210px !default; /* screen width: >= 850px, <= 1199px (iPad landscape) */
|
|
|
|
$sidebar-width-large: 350px !default; /* screen width: >= 1650px */
|
2020-05-03 22:52:23 +03:00
|
|
|
|
2021-07-04 16:01:11 +03:00
|
|
|
/* tabs of sidebar */
|
2020-02-27 12:36:59 +03:00
|
|
|
|
2022-02-14 18:18:24 +03:00
|
|
|
$tab-count: 5 !default; /* backward compatible (version <= 4.0.2) */
|
2021-09-21 17:37:28 +03:00
|
|
|
$tab-height: 3rem !default;
|
2021-07-04 16:01:11 +03:00
|
|
|
$tab-cursor-height: 1.6rem !default;
|
2020-02-27 12:36:59 +03:00
|
|
|
|
2022-02-14 18:18:24 +03:00
|
|
|
$cursor-width: 2px !default; /* the cursor width of the selected tab */
|
2020-02-27 12:36:59 +03:00
|
|
|
|
2021-07-04 16:01:11 +03:00
|
|
|
/* other framework sizes */
|
2020-02-27 12:36:59 +03:00
|
|
|
|
2021-07-04 16:01:11 +03:00
|
|
|
$topbar-height: 3rem !default;
|
2020-02-27 12:36:59 +03:00
|
|
|
|
2021-07-04 16:01:11 +03:00
|
|
|
$footer-height: 5rem !default;
|
2022-02-14 18:18:24 +03:00
|
|
|
$footer-height-mobile: 6rem !default; /* screen width: <= 576px */
|
2021-07-04 16:01:11 +03:00
|
|
|
|
2022-06-08 11:15:38 +03:00
|
|
|
$main-content-max-width: 1200px !default;
|
2021-07-04 16:01:11 +03:00
|
|
|
|
2021-12-01 16:49:51 +03:00
|
|
|
$bottom-min-height: 35rem !default;
|
2021-07-04 16:01:11 +03:00
|
|
|
|
|
|
|
/* syntax highlight */
|
|
|
|
|
|
|
|
$code-font-size: 0.85rem !default;
|