// Copyright (c) 2016-2019 VMware, Inc. All Rights Reserved.
// This software is released under MIT license.
// The full license information can be found in LICENSE in the root directory of this project.

// Usage: ../layout/main-containter/_layout.clarity.scss
// Usage: ../layout/nav/_header.clarity.scss
// Usage: ../layout/nav/_responsive-nav.clarity.scss
$clr-header-height: 2.5rem !default;

// Usage: ../layout/nav/_header.clarity.scss
$clr-header-bgColor: $clr-color-neutral-900 !default;
$clr-logo-width: 1.5rem !default;
$clr-nav-icon-size: 0.916667rem !default;
$clr-header-section-divider-height: 1.666667rem !default;
$clr-search-icon-width: 0.833333rem !default;
$clr-header-divider-opacity: 0.15 !default;
$clr-header-nav-opactiy: 0.65 !default;
$clr-header-nav-hover-opacity: 1 !default;
$clr-header-outline-offset: -0.208333rem !default;
$clr-header-clarity-icons-size: 1rem !default;
$clr-header-nav-text-horizontal-padding: 1rem !default;
$clr-header-nav-text-vertical-padding: 0.75rem !default;
$clr-header-2-bg-color: hsl(
  209,
  19%,
  35%
) !default; // Hard coded because this color is not in the color palette. Its reserved for headers only
$clr-header-3-bg-color: $clr-color-secondary-action-1000 !default;
$clr-header-4-bg-color: $clr-color-action-700 !default;
$clr-header-5-bg-color: $clr-color-action-800 !default;
$clr-header-6-bg-color: $clr-color-action-1000 !default;
$clr-header-7-bg-color: hsl(
  206,
  25%,
  25%
) !default; // Hard coded because this color is not in the color palette. Its reserved for headers only

$clr-header-font-color: $clr-color-neutral-50 !default;
// @deprecated in 2.0 $clr-header-textColor to be replaced by $clr-header-font-color
$clr-header-textColor: $clr-header-font-color !default;

$clr-header-title-color: $clr-header-font-color !default;
$clr-header-title-font-size: $clr-h5-font-size !default;
$clr-header-title-font-weight: $clr-h5-font-weight !default;
$clr-header-title-font-family: $clr-h5-font-family !default;
$clr-header-title-letter-spacing: $clr-h5-letter-spacing !default;
