Skip to content

Commit

Permalink
tabler icons url
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jan 23, 2021
1 parent 38f9962 commit 31a1781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/icons.html
Expand Up @@ -16,6 +16,10 @@
{% endif %}
{% endfor %}

<div class="alert alert-primary mb-3">
All icons come from the Tabler Icons set and are MIT-licensed. Visit <a href="https://tabler-icons.io">tabler-icons.io</a>, download the icons you need in SVG, PNG or React and use them in your favourite design tools.
</div>

<div class="row row-cards">
<div class="col-12">
{% include cards/icons.html title="Tabler icons" icons=icons-core %}
Expand Down
1 change: 1 addition & 0 deletions src/scss/ui/_alerts.scss
@@ -1,5 +1,6 @@
.alert {
--#{$variable-prefix}alert-color: #{$text-muted};
background: $white;
border: $alert-border-width solid $alert-border-color;
border-left: .25rem solid var(--#{$variable-prefix}alert-color);
box-shadow: $alert-shadow;
Expand Down

0 comments on commit 31a1781

Please sign in to comment.