open-nomad/ui/app/styles/components/recommendation-row.scss
2023-04-10 15:36:59 +00:00

29 lines
365 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.recommendation-row {
&.is-disabled {
cursor: not-allowed;
}
.job {
font-weight: $weight-semibold;
}
.task-group,
.percent {
color: $ui-gray-500;
}
td {
vertical-align: middle;
}
.namespace {
font-size: $size-7;
color: $ui-gray-500;
}
}