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
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

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