Commit ab7bd6dc authored by Annabel Gray's avatar Annabel Gray

Merge branch 'ce-4966-persistent-flash-banner-styles' into 'master'

CE Backport: Add styles for persistent notice banner

See merge request gitlab-org/gitlab-ce!19968
parents 52dea971 568493a2
......@@ -10,6 +10,20 @@
@extend .alert;
background-color: $blue-500;
margin: 0;
&.flash-notice-persistent {
background-color: $blue-100;
color: $gl-text-color;
a {
color: $gl-link-color;
&:hover {
color: $gl-link-hover-color;
text-decoration: none;
}
}
}
}
.flash-warning {
......
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