github.com/hernad/nomad@v1.6.112/ui/app/styles/core/level.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .level { 7 .level-item { 8 &.is-pulled-right { 9 justify-content: flex-end; 10 } 11 12 &.is-pulled-left { 13 justify-content: flex-start; 14 } 15 } 16 }