From 0f12ac76e8b5eb21a73ffaf2bf3762c4a6594e9b Mon Sep 17 00:00:00 2001 From: smokhtar1 <87317092+smokhtar1@users.noreply.github.com> Date: Mon, 8 Nov 2021 14:58:18 +0100 Subject: [PATCH] changing the check icon in notes and alerts --- _scss/_notes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_scss/_notes.scss b/_scss/_notes.scss index be6eaf7405..8f8d8591a6 100644 --- a/_scss/_notes.scss +++ b/_scss/_notes.scss @@ -54,7 +54,7 @@ blockquote { $bg-color: change-color($marine-10, $alpha: 0.2), $header-color: $marine-10, $body-text-color: $marine-10, - $icon: "\f058" + $icon: "\f06a" ); } @@ -72,7 +72,7 @@ blockquote { $bg-color: change-color($red-60, $alpha: 0.3), $header-color: $red-10, $body-text-color: $red-10, - $icon: "\f057" + $icon: "\f06a" ); }