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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-29 03:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-29 03:09:04 +0300
commitce806e2ad62f068473a7ac38494abfc18799e339 (patch)
tree62608c8ff211ae01da554db37ede068a98f364e7 /app/assets/stylesheets/components/whats_new.scss
parent112fe349cb75b79a0075f5d3f89cf847b7beaf2d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/components/whats_new.scss')
-rw-r--r--app/assets/stylesheets/components/whats_new.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/whats_new.scss b/app/assets/stylesheets/components/whats_new.scss
index 7af97505749..87593f53136 100644
--- a/app/assets/stylesheets/components/whats_new.scss
+++ b/app/assets/stylesheets/components/whats_new.scss
@@ -39,6 +39,14 @@
margin-top: calc(#{$performance-bar-height} + #{$header-height});
}
+.with-system-header .whats-new-drawer {
+ margin-top: $system-header-height + $header-height;
+}
+
+.with-performance-bar.with-system-header .whats-new-drawer {
+ margin-top: $performance-bar-height + $system-header-height + $header-height;
+}
+
.gl-badge.whats-new-item-badge {
background-color: $purple-light;
color: $purple;