2023-03-15 18:02:57 +01:00
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
//
|
|
|
|
// Copyright (c) KALEIDOS INC
|
|
|
|
|
2023-07-31 07:33:47 +02:00
|
|
|
$z-index-1: 1; // floating elements
|
2024-01-17 11:12:55 +01:00
|
|
|
$z-index-2: 2; // sidebars
|
2024-03-11 10:16:56 +01:00
|
|
|
$z-index-3: 3; // topbar
|
|
|
|
$z-index-4: 4; // context menu
|
|
|
|
$z-index-5: 5; // modal
|
2023-03-15 18:02:57 +01:00
|
|
|
$z-index-10: 10;
|
|
|
|
$z-index-20: 20;
|
2023-04-27 12:44:11 +02:00
|
|
|
$z-index-modal: 30; // When refactor finish we can reduce this number,
|
2023-11-02 13:10:31 +01:00
|
|
|
$z-index-alert: 40; // When refactor finish we can reduce this number,
|