2020-02-27 17:36:59 +08:00
|
|
|
/*
|
2021-07-04 21:01:11 +08:00
|
|
|
* The SCSS variables
|
|
|
|
*/
|
2020-02-27 17:36:59 +08:00
|
|
|
|
2021-07-04 21:01:11 +08:00
|
|
|
/* sidebar */
|
2020-02-27 21:05:50 +08:00
|
|
|
|
2023-03-16 03:36:52 +08:00
|
|
|
$sidebar-width: 260px !default; /* the basic width */
|
2023-03-25 02:58:58 +08:00
|
|
|
$sidebar-width-large: 300px !default; /* screen width: >= 1650px */
|
2020-02-27 17:36:59 +08:00
|
|
|
|
2021-07-04 21:01:11 +08:00
|
|
|
/* other framework sizes */
|
2020-02-27 17:36:59 +08:00
|
|
|
|
2021-07-04 21:01:11 +08:00
|
|
|
$topbar-height: 3rem !default;
|
2022-06-08 22:35:13 +08:00
|
|
|
$search-max-width: 210px !default;
|
2021-07-04 21:01:11 +08:00
|
|
|
$footer-height: 5rem !default;
|
2023-04-02 12:10:08 +08:00
|
|
|
$footer-height-mobile: 6rem !default; /* screen width: < 850px */
|
2022-06-08 22:35:13 +08:00
|
|
|
$main-content-max-width: 1250px !default;
|
2021-12-01 21:49:51 +08:00
|
|
|
$bottom-min-height: 35rem !default;
|
2023-03-21 10:59:20 +08:00
|
|
|
$base-radius: 0.5rem;
|
2021-07-04 21:01:11 +08:00
|
|
|
|
|
|
|
/* syntax highlight */
|
|
|
|
|
|
|
|
$code-font-size: 0.85rem !default;
|
2023-04-17 01:31:49 +08:00
|
|
|
|
|
|
|
/* fonts */
|
|
|
|
|
|
|
|
$font-family-base: 'Source Sans Pro', 'Microsoft Yahei', sans-serif;
|
|
|
|
$font-family-heading: Lato, 'Microsoft Yahei', sans-serif;
|