Merge branch '58410-change-pixel-size-of-instance-header-footer-message-to-16px' into 'master'

Reduce height of instance system message

Closes #58410

See merge request gitlab-org/gitlab-ce!25752
This commit is contained in:
Filipa Lacerda 2019-03-20 08:55:21 +00:00
commit 1614089fcf
3 changed files with 7 additions and 2 deletions

View file

@ -12,7 +12,7 @@
p {
@include str-truncated(100%);
margin-top: 0;
margin-top: -1px;
margin-bottom: 0;
}
}

View file

@ -277,7 +277,7 @@ $general-hover-transition-duration: 100ms;
$general-hover-transition-curve: linear;
$highlight-changes-color: rgb(235, 255, 232);
$performance-bar-height: 35px;
$system-header-height: 35px;
$system-header-height: 16px;
$system-footer-height: $system-header-height;
$flash-height: 52px;
$context-header-height: 60px;

View file

@ -0,0 +1,5 @@
---
title: Reduce height of instance system header and footer
merge_request: 25752
author:
type: changed