open-nomad/ui/app/styles/components/recommendation-row.scss
Buck Doyle 31b4ed7a6d
Add DAS UI code from enterprise (#9192)
This is a few combined iterations on the DAS feature.
2020-10-29 07:46:42 -05:00

24 lines
287 B
SCSS

.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;
}
}