Merge branch '59131-set-the-size-of-instance-system-message-text-12px' into 'master'

Resolve "Set the size of instance system message text 12px"

Closes #59131

See merge request gitlab-org/gitlab-ce!26293
This commit is contained in:
Mike Greiling 2019-04-02 22:37:04 +00:00
commit 645303c7e7
3 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,7 @@
@include str-truncated(100%);
margin-top: -1px;
margin-bottom: 0;
font-size: $gl-font-size-small;
}
}

View File

@ -289,7 +289,6 @@ $gl-line-height: 16px;
$gl-line-height-24: 24px;
$gl-line-height-14: 14px;
$system-header-height: 35px;
$issue-box-upcoming-bg: #8f8f8f;
$pages-group-name-color: #4c4e54;

View File

@ -0,0 +1,5 @@
---
title: Update system message banner font size to 12px
merge_request: 26293
author:
type: changed