Commit 176c4571 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch '334750-update-flash-scss-with-pajamas-colors' into 'master'

Update color scheme of createFlash to match Pajamas

See merge request gitlab-org/gitlab!65315
parents 2e9d11a6 355659cf
...@@ -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