Skip to content
Snippets Groups Projects
Commit 568493a2 authored by Kushal Pandya's avatar Kushal Pandya
Browse files

Add styles for persistent notice banner

parent 52dea971
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