From c6d01a96f4eab19795401dfb913b6dc46b60cefb Mon Sep 17 00:00:00 2001 From: Francesco Improta Date: Wed, 19 Jul 2023 15:49:24 +0200 Subject: [PATCH] Fixed typo --- src/scss/custom/_alert.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/custom/_alert.scss b/src/scss/custom/_alert.scss index d1fdba8cab..026a983bdb 100644 --- a/src/scss/custom/_alert.scss +++ b/src/scss/custom/_alert.scss @@ -68,6 +68,6 @@ .alert-info { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='#{url-friendly-color($info)}' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E"); } -.alert-info { +.alert-primary { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='#{url-friendly-color($primary)}' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.7-15h1.5v2h-1.5zm0 3h1.5v9h-1.5z'%3E%3C/path%3E%3C/svg%3E"); }