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