Rename prompt type `note` to `info`

This commit is contained in:
Cotes Chung 2022-02-14 19:59:28 +08:00
parent 15cfa84ddb
commit 6c4d0e0def
3 changed files with 5 additions and 5 deletions

View File

@ -119,7 +119,7 @@ blockquote {
@include prompt("tip", "\f0eb", 400);
@include prompt("note", "\f06a");
@include prompt("info", "\f06a");
@include prompt("warning", "\f06a");

View File

@ -72,8 +72,8 @@
--prompt-text-color: rgb(216 212 212 / 75%);
--prompt-tip-bg: rgba(77, 187, 95, 0.2);
--prompt-tip-icon-color: rgb(5 223 5 / 68%);
--prompt-note-bg: rgb(7 59 104 / 80%);
--prompt-note-icon-color: #0075d1;
--prompt-info-bg: rgb(7 59 104 / 80%);
--prompt-info-icon-color: #0075d1;
--prompt-warning-bg: rgb(90 69 3 / 95%);
--prompt-warning-icon-color: rgb(255 165 0 / 80%);
--prompt-danger-bg: rgb(86 28 8 / 80%);

View File

@ -71,8 +71,8 @@
--prompt-text-color: rgb(46 46 46 / 77%);
--prompt-tip-bg: rgb(123 247 144 / 20%);
--prompt-tip-icon-color: #03b303;
--prompt-note-bg: #e1f5fe;
--prompt-note-icon-color: #0070cb;
--prompt-info-bg: #e1f5fe;
--prompt-info-icon-color: #0070cb;
--prompt-warning-bg: rgb(255 243 205);
--prompt-warning-icon-color: #ef9c03;
--prompt-danger-bg: rgb(248 215 218 / 56%);