Skip to content

Commit

Permalink
Merge pull request #1477 from scireum/feature/mbo/OX-11593
Browse files Browse the repository at this point in the history
Implements icons for the new watchlist feature in OX
  • Loading branch information
jmuscireum authored Nov 13, 2024
2 parents 2f9fcfc + 18d1d03 commit 5e35ad7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/assets/design-system/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@
.sci-icon-magnifier-text-soft {
background-image: url(svgResource('/assets/images/icons/magnifier.svg', #212529));
}

.sci-icon-trash-text-soft {
background-image: url(svgResource('/assets/images/icons/trash.svg', #212529));
}

.sci-icon-close-text-soft {
background-image: url(svgResource('/assets/images/icons/navigation/close.svg', #212529));
}

0 comments on commit 5e35ad7

Please sign in to comment.