github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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 .pair { 12 margin-right: 2em; 13 14 .term { 15 font-weight: $weight-semibold; 16 margin-right: 0.5em; 17 } 18 19 &.is-faded { 20 color: darken($grey-blue, 20%); 21 } 22 23 .has-emphasis { 24 color: $text; 25 font-weight: $weight-semibold; 26 } 27 } 28 29 &.is-small { 30 font-size: $size-7; 31 } 32 }