MDL-78237 css: Make navbar height available for non sass-use
This commit is contained in:
@@ -169,3 +169,8 @@
|
||||
.pagelayout-embedded #page {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// Make navbar height available for non-sass use.
|
||||
:root {
|
||||
--navbar-height: #{$navbar-height};
|
||||
}
|
||||
|
||||
@@ -36869,6 +36869,10 @@ div.editor_atto_toolbar button .icon {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
--navbar-height: 60px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reportbuilder.
|
||||
*/
|
||||
|
||||
@@ -36803,6 +36803,10 @@ div.editor_atto_toolbar button .icon {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
--navbar-height: 50px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reportbuilder.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user