// 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-container/_sidenav.clarity.scss
// TODO: would be nice to key text color in subnav off of the bgColor...
$clr-subnav-bgColor: $clr-color-neutral-0 !default;

// Usage: ../layout/main-container/_sidenav.clarity.scss
// Usage: ../layout/nav/_subnav.clarity.scss
// Usage: ../layout/nav/_nav.clarity.scss
$clr-subnav-height: 1.5rem !default;

// Usage: ../layout/nav/_subnav.clarity.scss
$clr-nav-shadow: 0 -1px 0 $clr-color-neutral-400 inset;
