summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-12-20 17:21:02 -0600
committerMike Greiling <mike@pixelcog.com>2016-12-20 17:21:02 -0600
commit85666b7077728aeb2015030d603bc9c9fe6686c6 (patch)
tree5caa2b74980e60bfdec732d7f478563073c3f182
parent92a91a880327877fe3ac1825a4c5b638333cf586 (diff)
downloadgitlab-ce-85666b7077728aeb2015030d603bc9c9fe6686c6.tar.gz
apply margin on alert banners only when there is one or more alerts
-rw-r--r--app/assets/stylesheets/framework/layout.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 59fae61a44f..5365b62e456 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -33,10 +33,12 @@ body {
}
.alert-wrapper {
- margin-bottom: $gl-padding;
-
.alert {
margin-bottom: 0;
+
+ &:last-child {
+ margin-bottom: $gl-padding;
+ }
}
/* Stripe the background colors so that adjacent alert-warnings are distinct from one another */