Files
nomad/ui/app/styles/core/level.scss
2023-04-10 15:36:59 +00:00

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