Skip to content

Commit 8b193d7

Browse files
authored
style: remove colors from icons
Closes #6
1 parent f722571 commit 8b193d7

File tree

1 file changed

+6
-6
lines changed
  • layouts/partials/hb/modules/blockquote-alerts

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
{{- $icons := dict
3-
"caution" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "exclamation-octagon" "className" "text-danger me-1 me-lg-2"))
4-
"important" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "exclamation-square" "className" "text-primary me-1 me-lg-2"))
5-
"note" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "info-circle" "className" "text-info me-1 me-lg-2"))
6-
"question" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "question-circle" "className" "text-warning me-1 me-lg-2"))
7-
"tip" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "lightbulb" "className" "text-success me-1 me-lg-2"))
8-
"warning" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "exclamation-triangle" "className" "text-warning me-1 me-lg-2"))
3+
"caution" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "exclamation-octagon" "className" "me-1 me-lg-2"))
4+
"important" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "exclamation-square" "className" "me-1 me-lg-2"))
5+
"note" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "info-circle" "className" "me-1 me-lg-2"))
6+
"question" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "question-circle" "className" "me-1 me-lg-2"))
7+
"tip" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "lightbulb" "className" "me-1 me-lg-2"))
8+
"warning" (partial "icons/icon" (dict "vendor" "bootstrap" "name" "exclamation-triangle" "className" "me-1 me-lg-2"))
99
}}
1010
{{- return $icons }}

0 commit comments

Comments
 (0)