github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/styles/components/dashboard-metric.scss (about) 1 .dashboard-metric { 2 &:not(:last-child) { 3 margin-bottom: 1.5em; 4 } 5 6 &.column:not(:last-child) { 7 margin-bottom: 0; 8 } 9 10 .metric { 11 text-align: left; 12 font-weight: $weight-bold; 13 font-size: $size-3; 14 15 .metric-units { 16 font-size: $size-4; 17 } 18 19 .metric-label { 20 font-size: $body-size; 21 font-weight: $weight-normal; 22 } 23 } 24 25 .graphic { 26 padding-bottom: 0; 27 margin-bottom: 0; 28 29 > .column { 30 padding: 0.5rem 0.75rem; 31 } 32 } 33 34 .annotation { 35 margin-top: -0.75rem; 36 } 37 38 &.with-divider { 39 border-top: 1px solid $grey-blue; 40 padding-top: 1.5em; 41 } 42 43 .pair, 44 .minor-pair { 45 white-space: nowrap; 46 max-width: 100%; 47 overflow: hidden; 48 text-overflow: ellipsis; 49 } 50 51 .pair { 52 font-size: $size-5; 53 } 54 55 .is-faded { 56 color: darken($grey-blue, 20%); 57 } 58 }