MDL-78237 css: Make navbar height available for non sass-use

This commit is contained in:
David Woloszyn
2023-06-08 17:15:12 +10:00
parent 20302d4f86
commit f77fe1c652
3 changed files with 13 additions and 0 deletions
+5
View File
@@ -169,3 +169,8 @@
.pagelayout-embedded #page {
margin-top: 0;
}
// Make navbar height available for non-sass use.
:root {
--navbar-height: #{$navbar-height};
}
+4
View File
@@ -36869,6 +36869,10 @@ div.editor_atto_toolbar button .icon {
margin-top: 0;
}
:root {
--navbar-height: 60px;
}
/**
* Reportbuilder.
*/
+4
View File
@@ -36803,6 +36803,10 @@ div.editor_atto_toolbar button .icon {
margin-top: 0;
}
:root {
--navbar-height: 50px;
}
/**
* Reportbuilder.
*/