krata/_sass/addon/variables.scss

31 lines
841 B
SCSS
Raw Normal View History

2020-02-27 10:36:59 +01:00
/*
* The SCSS variables
*/
2020-02-27 10:36:59 +01:00
/* sidebar */
$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 */
/* tabs of sidebar */
2020-02-27 10:36:59 +01:00
$tab-count: 5 !default; /* backward compatible (version <= 4.0.2) */
2021-09-21 16:37:28 +02:00
$tab-height: 3rem !default;
$tab-cursor-height: 1.6rem !default;
$cursor-width: 2px !default; /* the cursor width of the selected tab */
2020-02-27 10:36:59 +01:00
/* other framework sizes */
2020-02-27 10:36:59 +01:00
$topbar-height: 3rem !default;
$search-max-width: 210px !default;
$footer-height: 5rem !default;
$footer-height-mobile: 6rem !default; /* screen width: <= 576px */
$main-content-max-width: 1250px !default;
2021-12-01 14:49:51 +01:00
$bottom-min-height: 35rem !default;
/* syntax highlight */
$code-font-size: 0.85rem !default;