Commit 645303c7 authored by Mike Greiling's avatar Mike Greiling

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
parents 4ab132e9 26142733
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
@include str-truncated(100%); @include str-truncated(100%);
margin-top: -1px; margin-top: -1px;
margin-bottom: 0; margin-bottom: 0;
font-size: $gl-font-size-small;
} }
} }
......
...@@ -289,7 +289,6 @@ $gl-line-height: 16px; ...@@ -289,7 +289,6 @@ $gl-line-height: 16px;
$gl-line-height-24: 24px; $gl-line-height-24: 24px;
$gl-line-height-14: 14px; $gl-line-height-14: 14px;
$system-header-height: 35px;
$issue-box-upcoming-bg: #8f8f8f; $issue-box-upcoming-bg: #8f8f8f;
$pages-group-name-color: #4c4e54; $pages-group-name-color: #4c4e54;
......
---
title: Update system message banner font size to 12px
merge_request: 26293
author:
type: changed
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