11 lines
128 B
SCSS
11 lines
128 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.progress {
|
|
&.is-small {
|
|
height: 6px;
|
|
}
|
|
}
|