// Copyright (c) 2016-2018 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: ../stack-view/_stack-view.clarity.scss
$clr-stack-view-border-color: $gray-light-midtone; // Border for stack view container
$clr-stack-font-weight: clr-getTypePropertyValueForDomElement(stackview_text, font-weight);
$clr-stack-view-bg-color: $gray-lighter;
$clr-stack-view-stack-block-border-bottom: $clr-lighter-midtone-gray; //border-bottom for stack-view rows (not last)
$clr-stack-view-border-box-color: $clr-lighter-midtone-gray;
$clr-stack-block-changed-border-top-color: $clr-blue;
$clr-stack-view-stack-block-label-and-content-bg-color: $gray-lighter; // stkvw row bg color when not expanded
$clr-stack-view-stack-children-stack-block-border-bottom-color: $gray-light; // children of an expanded row
$clr-stack-view-stack-children-stack-block-label-and-content-bg-color: $clr-white; // children of an expanded row
$clr-stack-view-stack-block-label-text-color: $gray-darkest;
$clr-stack-view-stack-block-expanded-bg-color: $clr-global-selection-color;
$clr-stack-view-stack-block-expandable-hover: $gray-light;
$clr-stack-view-stack-block-content-text-color: inherit;
$clr-stack-view-stack-block-expanded-text-color: $clr-black;
