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);
}
.flash-alert {
background-color: $red-100;
color: $red-700;
background-color: $red-50;
}
.flash-notice {
background-color: $blue-100;
color: $blue-700;
background-color: $blue-50;
}
.flash-success {
background-color: $theme-green-100;
color: $green-700;
background-color: $green-50;
}
.flash-warning {
background-color: $orange-50;
color: $gray-900;
cursor: default;
}
.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