summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/flash.scss
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-06-27 14:03:46 +0200
committerwinniehell <git@winniehell.de>2016-06-29 16:22:41 +0200
commitc8d66594e0104a6647b403faea1283e430e158a5 (patch)
tree61655fbe7ae7052282d4e21dee08f95a38036075 /app/assets/stylesheets/framework/flash.scss
parentbef4294c58e0bbadc01f633fc8bea514801de7ae (diff)
downloadgitlab-ce-c8d66594e0104a6647b403faea1283e430e158a5.tar.gz
Align flash messages with left side of page content (!4959)
Diffstat (limited to 'app/assets/stylesheets/framework/flash.scss')
-rw-r--r--app/assets/stylesheets/framework/flash.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss
index 1bfd0213995..a951a2b97fe 100644
--- a/app/assets/stylesheets/framework/flash.scss
+++ b/app/assets/stylesheets/framework/flash.scss
@@ -16,4 +16,11 @@
@extend .alert-danger;
margin: 0;
}
+
+ .flash-notice, .flash-alert {
+ .container-fluid.flash-text {
+ background: transparent;
+ }
+ }
}
+