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:
@@ -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,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;
|
||||
|
||||
Reference in New Issue
Block a user