mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
24 lines
287 B
SCSS
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;
|
|
}
|
|
}
|