feat: add ok color option for hint shortcode

This commit is contained in:
Robert Kaussow 2021-02-20 21:35:30 +01:00
parent afb6720add
commit dafba04a6b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ $sm-breakpoint: 45rem !default;
// Panel colors
$hint-colors: (
info: rgba(102, 187, 255, 1),
ok: rgba(102, 255, 140, 1),
warning: rgba(255, 221, 102, 1),
danger: rgba(255, 102, 102, 1),
) !default;