mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
11 lines
129 B
SCSS
11 lines
129 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.progress {
|
|
&.is-small {
|
|
height: 6px;
|
|
}
|
|
}
|