Skip to content

Commit

Permalink
MDL-79288 block_accessreview: Ensuring colour contrast is correct on …
Browse files Browse the repository at this point in the history
…heatmap.
  • Loading branch information
MichPound committed Jul 22, 2024
1 parent 8efeae4 commit 0c5aa96
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions blocks/accessreview/styles.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
.block_accessreview_success,
.block_accessreview.block_accessreview_success.hasinfo {
color: #1e451e;
background: #d7e6d7;
border-color: #c8ddc8;
border: #96cc64 solid;
border-width: 3px 3px 3px 30px;
border-radius: 0;
padding-left: 5px;
padding-right: 5px;
}

.block_accessreview_danger,
.block_accessreview.block_accessreview_danger.hasinfo {
color: #6e211e;
background: #f6d9d8;
border-color: #f3c9c8;
border: #f05466 solid;
border-width: 3px 3px 3px 30px;
border-radius: 0;
padding-left: 5px;
padding-right: 5px;
}

.block_accessreview_warning,
.block_accessreview.block_accessreview_warning.hasinfo {
color: #7d5a29;
background: #fcefdc;
border-color: #fbe8cd;
border: #f0c418 solid;
border-width: 3px 3px 3px 30px;
border-radius: 0;
padding-left: 5px;
padding-right: 5px;
}

.block_accessreview_table {
Expand Down

0 comments on commit 0c5aa96

Please sign in to comment.