In GitLab by @tacc-wbomar on Apr 15, 2020, 11:18
Goal
Change heights of the two rows of the header.
Background
A request from Design was never implemented:
40px height on the brand bar, 60 on the nav — Matt Stelmaszek (source)
Requirements
- The
branding-header must be 40px tall.
- The
s-header must be 60px 55px tall.
Direction
The styles for height may still depend on Bootstrap overrides, which uses padding to define height of content, in turn indirectly defining the height of header rows. It is acceptable to fix this, but not recommended. Issue GH-6 is a better place to implement that improvement.
In GitLab by @tacc-wbomar on Apr 15, 2020, 11:18
Goal
Change heights of the two rows of the header.
Background
A request from Design was never implemented:
Requirements
branding-headermust be40pxtall.s-headermust be60px55pxtall.Direction
The styles for height may still depend on Bootstrap overrides, which uses padding to define height of content, in turn indirectly defining the height of header rows. It is acceptable to fix this, but not recommended. Issue GH-6 is a better place to implement that improvement.