1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-23 19:50:59 +04:00

tabler icons url

This commit is contained in:
codecalm
2021-01-23 14:15:45 +01:00
parent 38f99626d1
commit 31a1781ba5
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -16,6 +16,10 @@ menu: base.icons
{% 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 %}
+1
View File
@@ -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;