Skip to content

Commit

Permalink
Merge pull request #1208 from GEOLYTIX/icon-copy
Browse files Browse the repository at this point in the history
Add new copy icon
  • Loading branch information
RobAndrewHurst authored Apr 12, 2024
2 parents fa327ab + c1e995e commit 846be49
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 579 deletions.
10 changes: 10 additions & 0 deletions public/css/_icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@
}
}

.copy {
&.bg-icon {
background-image: url("../icons/icon-copy.svg");
}
&.mask-icon {
-webkit-mask-image: url("../icons/icon-copy.svg");
mask-image: url("../icons/icon-copy.svg");
}
}

.close {
&.bg-icon {
background-image: url("../icons/icon-close.svg");
Expand Down
Loading

0 comments on commit 846be49

Please sign in to comment.