Reduce height of instance system message
- Reduces height of instance system header and footer to 16px - Pulls the system message up to better fit the container
This commit is contained in:
parent
7b4130d0f7
commit
8c7e666c42
3 changed files with 7 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@include str-truncated(100%);
|
@include str-truncated(100%);
|
||||||
margin-top: 0;
|
margin-top: -1px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -277,7 +277,7 @@ $general-hover-transition-duration: 100ms;
|
||||||
$general-hover-transition-curve: linear;
|
$general-hover-transition-curve: linear;
|
||||||
$highlight-changes-color: rgb(235, 255, 232);
|
$highlight-changes-color: rgb(235, 255, 232);
|
||||||
$performance-bar-height: 35px;
|
$performance-bar-height: 35px;
|
||||||
$system-header-height: 35px;
|
$system-header-height: 16px;
|
||||||
$system-footer-height: $system-header-height;
|
$system-footer-height: $system-header-height;
|
||||||
$flash-height: 52px;
|
$flash-height: 52px;
|
||||||
$context-header-height: 60px;
|
$context-header-height: 60px;
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Reduce height of instance system header and footer
|
||||||
|
merge_request: 25752
|
||||||
|
author:
|
||||||
|
type: changed
|
Loading…
Reference in a new issue