mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 17:48:42 -05:00
11 lines
315 B
SCSS
11 lines
315 B
SCSS
// 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;
|