15 lines
446 B
SCSS
15 lines
446 B
SCSS
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
|
|
|
// Large ranges
|
|
$ms-zIndex-0: 0 !default;
|
|
$ms-zIndex-1: 100 !default;
|
|
$ms-zIndex-2: 200 !default;
|
|
$ms-zIndex-3: 300 !default;
|
|
$ms-zIndex-4: 400 !default;
|
|
$ms-zIndex-5: 500 !default;
|
|
|
|
// Small ranges
|
|
$ms-zIndex-back: 0 !default;
|
|
$ms-zIndex-middle: 5 !default;
|
|
$ms-zIndex-front: 10 !default;
|