krata/_sass/addon/variables.scss

32 lines
767 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 */
2023-03-24 19:58:58 +01:00
$sidebar-width-large: 300px !default; /* screen width: >= 1650px */
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: < 850px */
$main-content-max-width: 1250px !default;
2021-12-01 14:49:51 +01:00
$bottom-min-height: 35rem !default;
$base-radius: 0.5rem;
/* syntax highlight */
$code-font-size: 0.85rem !default;
$code-header-height: 2.25rem;
$code-dot-size: 0.75rem;
$code-dot-gap: 0.5rem;
$code-icon-width: 1.75rem;
/* fonts */
$font-family-base: 'Source Sans Pro', 'Microsoft Yahei', sans-serif;
$font-family-heading: Lato, 'Microsoft Yahei', sans-serif;