@ -191,9 +191,16 @@ class DefaultTheme implements ITheme {
'--default-grid-baseline' => '4px',
// various structure data
// header / navigation bar
'--header-height' => '50px',
'--header-menu-item-height' => '44px',
/* An alpha mask to be applied to all icons on the navigation bar (header menu).
* Icons are have a size of 20px but usually we use MDI which have a content of 16px so 2px padding top bottom,
* for better gradient we set those 2px (10% of height) as start and stop positions, this is also somewhat size agnostic as we only depend on the percentage.