Sass: set project_nav-width sizes

This commit is contained in:
2018-09-12 18:59:12 +02:00
parent 2be41a7145
commit c5fa6b9535
2 changed files with 18 additions and 32 deletions

View File

@@ -100,7 +100,11 @@ $screen-md-max: $screen-lg-min - 1 !default
$sidebar-width: 40px !default
/* Project specifics */
$project_nav-width: 250px !default
$project_nav-width: 275px !default
$project_nav-width-lg: $project_nav-width * 1.2 !default
$project_nav-width-md: $project_nav-width
$project_nav-width-sm: $project_nav-width * 0.8 !default
$project_nav-width-xs: 100% !default
$project-sidebar-width: 40px !default
$project_header-height: 40px !default