0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00
penpot/frontend/resources/styles/common/refactor/z-index.scss

12 lines
315 B
SCSS
Raw Normal View History

// 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
$z-index-1: 1;
$z-index-2: 2;
$z-index-4: 4;
$z-index-10: 10;
$z-index-20: 20;