blob: 46aff3764b6ef38d04f2f54ef315ee9ca4483301 [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//TODO rework variable-names, z-index values and set up z-index value-dependencies
$z-index-behind: -1;
$z-index-standard: 1;
$z-index-breadcrumbs1: 2;
$z-index-system-chart1: 2;
$z-index-ui-tabs: 2;
$z-index-system-chart2: 3;
$z-index-search: 4;
$z-index-breadcrumbs2: 5;
$z-index-circle-icon: 5;
$z-index-toolbar: 6;
$z-index-install-wizard1: 9;
$z-index-install-wizard2: 10;
$z-index-install-wizard3: 11;
$z-index-notification: 100;
$z-index-loading-overlay: 500;
$z-index-toolbox-info: 1000;
$z-index-vpc-tooltip: 2000;
$z-index-multi-wizard2: 5000;
$z-index-region-selector: 5500;
$z-index-panel-highlight: 10000;
$z-index-facebook: 2147483647;