Commit 6a593d3e authored by Paul Slaughter's avatar Paul Slaughter

Merge branch...

Merge branch '336660-fix-whats-new-top-positioning-with-system-header-and-performance-bar' into 'master'

Fix whats new top positioning with system-header and performance-bar

See merge request gitlab-org/gitlab!66660
parents 04bee751 ad34170b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment