Skip to content

Commit

Permalink
BugzID: 20445 Add new partnerships sass rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Jun 13, 2024
1 parent dd05aa2 commit 9251623
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions custom/themes/newspapers_lib_unb_ca/src/scss/_partnerships.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#partnerships {
a {
svg.unb-lib-logo {
width: 250px;

.fill-unb,
.fill-libraries {
transition: fill 0.2s linear;
}
.fill-unb {
fill: $black;
}
.fill-libraries {
fill: $gray-700;
}
}

&:focus,
&:hover {
svg.unb-lib-logo {
.fill-libraries {
fill: $unb-logo-red;
}
}
}
}
}

0 comments on commit 9251623

Please sign in to comment.