| Index: static/scss/_variables.scss | 
| =================================================================== | 
| --- a/static/scss/_variables.scss | 
| +++ b/static/scss/_variables.scss | 
| @@ -117,16 +117,26 @@ | 
| x: $xl, | 
| y: $xl | 
| ) | 
| ) !default; | 
|  | 
| // Sidebar ///////////////////////////////////////////////////////////////////// | 
|  | 
| $sidebar-width: 208px; | 
| +$mobile-sidebar-height: 64px; | 
| + | 
| +// breadcrumbs ///////////////////////////////////////////////////////////////////// | 
| + | 
| +$breadcrumbs-height: 32px; | 
| + | 
| +//Header | 
| +///////////////////////////////////////////////////////////////////// | 
| + | 
| +$header-height: $mobile-sidebar-height + $breadcrumbs-height; | 
|  | 
| // Columns ///////////////////////////////////////////////////////////////////// | 
|  | 
| $max-width: 1140px; | 
| $gutter-width: $sm; | 
|  | 
| // Breakpoints ///////////////////////////////////////////////////////////////// | 
|  | 
| @@ -161,9 +171,9 @@ | 
|  | 
| button, input[type="button"], input[type="reset"], input[type="submit"], .btn-primary | 
| { | 
| @extend %default-button !optional; | 
| } | 
|  | 
| // Cards ////////////////////////////////////////////////////////////////////// | 
|  | 
| -$card-min-width: 350px; | 
| +$card-min-width: 350px; | 
|  |