|
|
@ -328,7 +328,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.batch-table__row--muted .pending-account__header { |
|
|
|
.batch-table__row--muted { |
|
|
|
color: lighten($ui-base-color, 26%); |
|
|
|
} |
|
|
|
|
|
|
|
.batch-table__row--muted .pending-account__header, |
|
|
|
.batch-table__row--muted .accounts-table { |
|
|
|
&, |
|
|
|
a, |
|
|
|
strong { |
|
|
@ -336,10 +341,31 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.batch-table__row--attention .pending-account__header { |
|
|
|
.batch-table__row--muted .accounts-table { |
|
|
|
tbody td.accounts-table__extra, |
|
|
|
&__count, |
|
|
|
&__count small { |
|
|
|
color: lighten($ui-base-color, 26%); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.batch-table__row--attention { |
|
|
|
color: $gold-star; |
|
|
|
} |
|
|
|
|
|
|
|
.batch-table__row--attention .pending-account__header, |
|
|
|
.batch-table__row--attention .accounts-table { |
|
|
|
&, |
|
|
|
a, |
|
|
|
strong { |
|
|
|
color: $gold-star; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.batch-table__row--attention .accounts-table { |
|
|
|
tbody td.accounts-table__extra, |
|
|
|
&__count, |
|
|
|
&__count small { |
|
|
|
color: $gold-star; |
|
|
|
} |
|
|
|
} |