prepare release

This commit is contained in:
Robert Kaussow 2020-12-22 13:45:25 +01:00
parent 0569404446
commit f11fb7d21b
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
4 changed files with 10 additions and 4 deletions

View file

@ -52,6 +52,7 @@ $sm-breakpoint: $menu-width + $body-min-width + 3rem !default;
// Panel colors
$hint-colors: (
info: rgba(102, 187, 255, 1),
ok: rgba(139, 195, 74, 1),
warning: rgba(255, 221, 102, 1),
danger: rgba(255, 102, 102, 1),
) !default;