Skip to content

Commit

Permalink
MDL-79288 box-shadow addition
Browse files Browse the repository at this point in the history
  • Loading branch information
learningtechnologyservices committed Sep 25, 2024
1 parent 256f03c commit b28a431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocks/accessreview/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.block_accessreview.block_accessreview_success.hasinfo:first-child {
color: #1e451e;
background: #eff5ef;
border-color: #c8ddc8;
box-shadow: 0 0 2px 2px #619a61;
}

.block_accessreview_danger,
Expand All @@ -13,7 +13,7 @@
.block_accessreview.block_accessreview_danger.hasinfo:first-child {
color: #6e211e;
background: #fbefee;
border-color: #f3c9c8;
box-shadow: 0 0 2px 2px #da6960;
}

.block_accessreview_warning,
Expand All @@ -22,7 +22,7 @@
.block_accessreview.block_accessreview_warning.hasinfo:first-child {
color: #7d5a29;
background: #fdf2e3;
border-color: #fbe8cd;
box-shadow: 0 0 2px 2px #c97a0e;
}

.block_accessreview_table {
Expand Down

0 comments on commit b28a431

Please sign in to comment.