Skip to content

Commit

Permalink
Add danger, warning, success and info colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Taeir committed Jul 25, 2023
1 parent f733695 commit b22ba42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/common/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ $secondary-colors: (
"yellow": #FDD835,
"green": #2ECC71
) !default;

$danger-color: map-get($secondary-colors, "red");
$warning-color: map-get($secondary-colors, "yellow");
$success-color: map-get($secondary-colors, "green");
$info-color: map-get($secondary-colors, "teal");


$tertiary-color: #78909C !default;

$link-color: #2980B9 !default;
Expand Down

0 comments on commit b22ba42

Please sign in to comment.