Commit a3741154 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'bvl-fix-terms-top-margin-ee' into 'master'

[EE] Remove top margin on the terms page with performance bar

See merge request gitlab-org/gitlab-ee!5579
parents 20b2d7bb 0e7fb5be
.terms { .terms {
.with-performance-bar & {
margin-top: 0;
}
.alert-wrapper { .alert-wrapper {
min-height: $header-height + $gl-padding; min-height: $header-height + $gl-padding;
} }
......
.terms { .terms {
.with-system-header & { .with-system-header &,
.with-system-header.with-performance-bar & {
margin-top: 0; margin-top: 0;
} }
} }
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