From 31a1781ba5c6d47bd00465f840c49301c75d07f8 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 23 Jan 2021 14:15:45 +0100 Subject: [PATCH] tabler icons url --- src/pages/icons.html | 4 ++++ src/scss/ui/_alerts.scss | 1 + 2 files changed, 5 insertions(+) diff --git a/src/pages/icons.html b/src/pages/icons.html index 15b64b1494..82fea5c730 100644 --- a/src/pages/icons.html +++ b/src/pages/icons.html @@ -16,6 +16,10 @@ {% endif %} {% endfor %} +
+ All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, download the icons you need in SVG, PNG or React and use them in your favourite design tools. +
+
{% include cards/icons.html title="Tabler icons" icons=icons-core %} diff --git a/src/scss/ui/_alerts.scss b/src/scss/ui/_alerts.scss index b0c8d79e95..a538aac991 100644 --- a/src/scss/ui/_alerts.scss +++ b/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;