15 lines
238 B
SCSS
15 lines
238 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
$z-modal: 300;
|
|
$z-tooltip: 250;
|
|
$z-gutter: 220;
|
|
$z-gutter-backdrop: 219;
|
|
$z-header: 210;
|
|
$z-subnav: 200;
|
|
$z-popover: 150;
|
|
$z-base: 100;
|
|
$z-icon-decorators: 50;
|