Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/flash.scss')
-rw-r--r--app/assets/stylesheets/framework/flash.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss
index 259f806c315..a3e3b58e9c9 100644
--- a/app/assets/stylesheets/framework/flash.scss
+++ b/app/assets/stylesheets/framework/flash.scss
@@ -16,7 +16,7 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
.flash-notice,
.flash-success,
.flash-warning {
- @include gl-mb-4;
+ margin-bottom: $gl-spacing-scale-4;
}
}
@@ -79,12 +79,14 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
}
.gl-alert {
- @include gl-my-4;
+ margin-top: $gl-spacing-scale-4;
+ margin-bottom: $gl-spacing-scale-4;
}
&.flash-container-no-margin {
.gl-alert {
- @include gl-my-0;
+ margin-top:0;
+ margin-bottom: 0;
}
.flash-alert,