// 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.

$clr-wizard-main-bgcolor: $clr-color-neutral-0 !default;
$clr-wizard-sidenav-bgcolor: $clr-color-neutral-50 !default;
$clr-wizard-default-space: 1rem !default;
$clr-wizard-main-textColor: $clr-color-on-neutral-0 !default;
$clr-wizard-sidenav-text: $clr-color-neutral-900 !default;
$clr-wizard-sidenav-text--active: $clr-global-on-selection-color !default;
$clr-wizard-title-text: $clr-color-neutral-1000 !default;
$clr-wizard-stepnav-border-size: 0.166667rem !default;
$clr-wizard-stepnav-border-color: $clr-color-neutral-200 !default;
$clr-wizard-stepnav-border-color--active: $clr-color-success-400 !default;
$clr-wizard-footer-height: 3.5rem !default;
$clr-wizard-stepnav-active-bgcolor: $clr-global-selection-color !default;
$clr-wizard-header-action-color: $clr-color-neutral-600 !default;
$clr-wizard-header-action-color--hovered: $clr-color-neutral-1000 !default;
$clr-wizard-box-shadow: 0 $clr-rem-1px (2 * $clr-rem-1px) (2 * $clr-rem-1px) hsla(0, 0%, 0%, 0.2);
$clr-wizard-step-nav-border-color: hsl(0, 0%, 89%) !default;
$clr-wizard-border-radius: $clr-global-borderradius !default;
$clr-wizard-stepnav-active-border-radius: $clr-wizard-border-radius !default;

$clr-wizard-all-dialog-min-width: 10rem;
$clr-wizard-all-dialog-min-height: 17.5rem;
$clr-wizard-md-nav-min-width: 9rem;
$clr-wizard-md-nav-max-width: 10rem;
$clr-wizard-md-dialog-max-height: 21rem;
$clr-wizard-lg-nav-min-width: $clr-wizard-all-dialog-min-width;
$clr-wizard-lg-nav-max-width: 12rem;
$clr-wizard-lg-dialog-max-height: 30rem;
$clr-wizard-xl-nav-min-width: $clr-wizard-all-dialog-min-width;
$clr-wizard-xl-nav-max-width: 13rem;
$clr-wizard-xl-dialog-max-height: 75vh;
