First pass update impact page

This commit is contained in:
Jake
2023-02-09 10:55:23 -07:00
parent fa05d0ead7
commit 4165f570c5
14 changed files with 6356 additions and 77 deletions

View File

@@ -987,3 +987,17 @@ $placeholder-color: $gray-600;
filter: invert(100%) brightness(0.8);
}
}
.page-impact {
.connect-list {
@each $connect in "connect-01", "connect-02", "connect-03", "connect-04" {
##{$connect} {
content: url("../img/impact/lightmode/#{$connect}.svg");
}
}
}
}