Commit 568493a2 authored by Kushal Pandya's avatar Kushal Pandya

Add styles for persistent notice banner

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