mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
17 lines
238 B
SCSS
17 lines
238 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.level {
|
|
.level-item {
|
|
&.is-pulled-right {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
&.is-pulled-left {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
}
|