github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/styles/components/inline-definitions.scss (about) 1 .inline-definitions { 2 .label { 3 text-transform: uppercase; 4 display: inline; 5 color: darken($grey-blue, 20%); 6 margin-right: 2rem; 7 font-size: inherit; 8 font-weight: $weight-semibold; 9 } 10 11 &.is-faded { 12 color: darken($grey-blue, 20%); 13 } 14 15 .pair { 16 margin-right: 2em; 17 white-space: nowrap; 18 19 .term { 20 font-weight: $weight-semibold; 21 margin-right: 0.5em; 22 } 23 24 &.is-faded { 25 color: darken($grey-blue, 20%); 26 } 27 28 .has-emphasis { 29 color: $text; 30 font-weight: $weight-semibold; 31 } 32 } 33 34 .icon-field { 35 display: flex; 36 margin-left: -1em; 37 .icon-container { 38 width: 1.5em; 39 } 40 } 41 42 &.is-small { 43 font-size: $size-7; 44 } 45 }