github.com/hernad/nomad@v1.6.112/ui/app/styles/components/recommendation-row.scss (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 .recommendation-row { 7 &.is-disabled { 8 cursor: not-allowed; 9 } 10 11 .job { 12 font-weight: $weight-semibold; 13 } 14 15 .task-group, 16 .percent { 17 color: $ui-gray-500; 18 } 19 20 td { 21 vertical-align: middle; 22 } 23 24 .namespace { 25 font-size: $size-7; 26 color: $ui-gray-500; 27 } 28 }