github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/styles/components/recommendation-row.scss (about) 1 .recommendation-row { 2 &.is-disabled { 3 cursor: not-allowed; 4 } 5 6 .job { 7 font-weight: $weight-semibold; 8 } 9 10 .task-group, 11 .percent { 12 color: $ui-gray-500; 13 } 14 15 td { 16 vertical-align: middle; 17 } 18 19 .namespace { 20 font-size: $size-7; 21 color: $ui-gray-500; 22 } 23 }