提交 ab7bd6dc 编写于 作者: A 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
...@@ -10,6 +10,20 @@ ...@@ -10,6 +10,20 @@
@extend .alert; @extend .alert;
background-color: $blue-500; background-color: $blue-500;
margin: 0; 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 { .flash-warning {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册