github.com/hernad/nomad@v1.6.112/ui/app/styles/core/title.scss (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  .title {
     7    &.is-4,
     8    &.is-5,
     9    &.is-6 {
    10      margin-bottom: 0.5rem;
    11    }
    12  
    13    &.with-headroom {
    14      margin-top: 1rem;
    15    }
    16  
    17    &.with-subheading {
    18      margin-bottom: 0.85rem;
    19    }
    20  
    21    &.with-flex {
    22      display: flex;
    23      justify-content: space-between;
    24    }
    25  }