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:
authorFilipa Lacerda <filipa@gitlab.com>2018-05-07 10:43:49 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-05-07 10:43:49 +0300
commit6a052a14e938ef073977afd808dd12a801f44369 (patch)
treeda7e4bbf129927835bfd8628e98acc8bbe3d81b6
parent5116b59fb33e5a4520c42a788e80bc8b76f0008f (diff)
parent29bf71843e013acf2db5b96e6ffff461a2cace99 (diff)
Merge branch 'bvl-fix-terms-top-margin' into 'master'
Remove top margin on the terms page with performance bar Closes #46064 See merge request gitlab-org/gitlab-ce!18752
-rw-r--r--app/assets/stylesheets/framework/terms.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/terms.scss b/app/assets/stylesheets/framework/terms.scss
index dadfaf1c3f9..16293d32dfa 100644
--- a/app/assets/stylesheets/framework/terms.scss
+++ b/app/assets/stylesheets/framework/terms.scss
@@ -1,4 +1,8 @@
.terms {
+ .with-performance-bar & {
+ margin-top: 0;
+ }
+
.alert-wrapper {
min-height: $header-height + $gl-padding;
}