open-nomad/ui/app/styles/utils/z-indices.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
238 B
SCSS
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
$z-modal: 300;
$z-tooltip: 250;
2018-07-26 00:06:39 +00:00
$z-gutter: 220;
$z-gutter-backdrop: 219;
$z-header: 210;
$z-subnav: 200;
$z-popover: 150;
2017-09-19 14:47:10 +00:00
$z-base: 100;
$z-icon-decorators: 50;