open-nomad/ui/app/styles/utils/z-indices.scss
2023-04-10 15:36:59 +00:00

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;