6bcb98ea71
* Add copyright headers to UI files * Ensure copywrite file ignores external libs
11 lines
179 B
SCSS
11 lines
179 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
@import './skin';
|
|
@import './layout';
|
|
.progress.indeterminate {
|
|
@extend %progress-indeterminate;
|
|
}
|