Merge branch 'MDL-78237-master' of https://github.com/davewoloszyn/moodle

This commit is contained in:
Andrew Nicols 2023-06-24 23:21:21 +08:00
commit b49b76c41c
No known key found for this signature in database
GPG key ID: 6D1E3157C8CFBF14
4 changed files with 25 additions and 0 deletions

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};
}

View file

@ -36974,6 +36974,10 @@ div.editor_atto_toolbar button .icon {
margin-top: 0;
}
:root {
--navbar-height: 60px;
}
/**
* Reportbuilder.
*/