Commit 355659cf authored by Miguel Rincon's avatar Miguel Rincon

Update color scheme of createFlash

This change updates the color scheme of createFlash to match pajamas
guidelines more closely.

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65315
parent 6d35c88b
...@@ -56,24 +56,19 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25); ...@@ -56,24 +56,19 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
} }
.flash-alert { .flash-alert {
background-color: $red-100; background-color: $red-50;
color: $red-700;
} }
.flash-notice { .flash-notice {
background-color: $blue-100; background-color: $blue-50;
color: $blue-700;
} }
.flash-success { .flash-success {
background-color: $theme-green-100; background-color: $green-50;
color: $green-700;
} }
.flash-warning { .flash-warning {
background-color: $orange-50; background-color: $orange-50;
color: $gray-900;
cursor: default;
} }
.flash-text, .flash-text,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment