summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/flash.scss
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-05 15:03:08 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-05 15:27:43 +0200
commit485a2a7af4ddeb861861c0669be8158ff54d90c9 (patch)
treeb23fd179008c2375cc4d7a6e45abe2fe667716d3 /app/assets/stylesheets/framework/flash.scss
parentc9396bc7c5b7b55fd01ec63279f5ab4223c0a184 (diff)
downloadgitlab-ce-485a2a7af4ddeb861861c0669be8158ff54d90c9.tar.gz
Make flash-alert background transparent to match flash-notice.flash-cherry-pick-error
Diffstat (limited to 'app/assets/stylesheets/framework/flash.scss')
-rw-r--r--app/assets/stylesheets/framework/flash.scss9
1 files changed, 2 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss
index 3ac1678dd05..a55dcf4a699 100644
--- a/app/assets/stylesheets/framework/flash.scss
+++ b/app/assets/stylesheets/framework/flash.scss
@@ -21,7 +21,8 @@
.flash-notice, .flash-alert {
border-radius: $border-radius-default;
- .container-fluid.container-limited.flash-text {
+ .container-fluid,
+ .container-fluid.container-limited {
background: transparent;
}
}
@@ -35,12 +36,6 @@
}
}
-.content-wrapper {
- .flash-notice .container-fluid {
- background-color: transparent;
- }
-}
-
@media (max-width: $screen-md-min) {
ul.notes {
.flash-container.timeline-content {