Files
nomad/ui/app/styles/core/level.scss
2023-08-10 17:27:29 -05:00

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;
}
}
}