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);
}
.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