Skip to content

Commit

Permalink
Merge pull request #838 from HealthCatalyst/dev
Browse files Browse the repository at this point in the history
dev -> master
  • Loading branch information
benjanderson committed Apr 23, 2019
2 parents d6e0c85 + 815cc18 commit 01a315a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/cashmere/src/lib/icon-font/hcicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
.hc-global-w:before {
content: "\e95b";
}
.hc-link:before {
.hc-web-link:before {
content: "\e972";
}
.hc-broken-link:before {
Expand Down
4 changes: 2 additions & 2 deletions src/app/styles/icons/icon-guide.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h5>Usage</h5>
<p>Different situations will call for different uses of these glyphs. A set of web fonts title <code>hcicons</code> is included
in Cashmere. The same fonts, along with individual svg and png files of the glyphs may be downloaded below.</p>
<br>
<a hc-button buttonStyle="primary-alt" download href="./assets/hc-icons.zip" title="Download zip file of hcIcons">
<a hc-button buttonStyle="primary-alt" download href="./assets/hcicons.zip" title="Download zip file of hcIcons">
<hc-icon fontSet="fa" fontIcon="fa-cloud-download" class="icon-left"></hc-icon>
Download Icon Set
</a>
Expand Down Expand Up @@ -321,7 +321,7 @@ <h5>Unique UI Elements</h5>
<hc-icon fontSet="hc-icons" fontIcon="hc-global-w" hcIconLg></hc-icon><span>hc-global-w<span class="unicode"> [e95b]</span></span><span class="alt-text">permissions, write</span>
</div>
<div class="icon-example">
<hc-icon fontSet="hc-icons" fontIcon="hc-link" hcIconLg></hc-icon><span>hc-link<span class="unicode"> [e972]</span></span><span class="alt-text">anchor, url</span>
<hc-icon fontSet="hc-icons" fontIcon="hc-web-link" hcIconLg></hc-icon><span>hc-web-link<span class="unicode"> [e972]</span></span><span class="alt-text">anchor, url</span>
</div>
<div class="icon-example">
<hc-icon fontSet="hc-icons" fontIcon="hc-broken-link" hcIconLg></hc-icon><span>hc-broken-link<span class="unicode"> [e911]</span></span><span class="alt-text">anchor, url</span>
Expand Down

0 comments on commit 01a315a

Please sign in to comment.