17 lines
353 B
SCSS
17 lines
353 B
SCSS
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
|
|
|
.ms-depth-0 {
|
|
@include ms-depth-0;
|
|
}
|
|
.ms-depth-4 {
|
|
@include ms-depth-4;
|
|
}
|
|
.ms-depth-8 {
|
|
@include ms-depth-8;
|
|
}
|
|
.ms-depth-16 {
|
|
@include ms-depth-16;
|
|
}
|
|
.ms-depth-64 {
|
|
@include ms-depth-64;
|
|
} |