Skip to content
Snippets Groups Projects
Commit ab7bd6dc authored by Annabel Gray's avatar Annabel Gray
Browse files

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
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment