github.com/hernad/nomad@v1.6.112/ui/app/styles/components/primary-metric.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .primary-metric { 7 background: $white-bis; 8 border-radius: $radius; 9 padding: 0.75em; 10 color: $grey-dark; 11 12 .title { 13 color: $grey; 14 font-weight: $weight-normal; 15 } 16 17 .primary-graphic { 18 height: 150px; 19 } 20 21 &.is-short .primary-graphic { 22 height: 100px; 23 } 24 25 .secondary-graphic { 26 padding: 0.75em; 27 padding-bottom: 0; 28 margin-bottom: 0; 29 30 > .column { 31 padding: 0.5rem 0.75rem; 32 } 33 } 34 35 .annotation { 36 padding: 0 0.75em; 37 margin-top: -0.75rem; 38 } 39 }