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