mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-78237 css: Make navbar height available for non sass-use
This commit is contained in:
parent
84bb5725f8
commit
1e6dcdc3d4
3 changed files with 13 additions and 0 deletions
|
@ -169,3 +169,8 @@
|
|||
.pagelayout-embedded #page {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// Make navbar height available for non-sass use.
|
||||
:root {
|
||||
--navbar-height: #{$navbar-height};
|
||||
}
|
||||
|
|
|
@ -36881,6 +36881,10 @@ div.editor_atto_toolbar button .icon {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
--navbar-height: 60px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reportbuilder.
|
||||
*/
|
||||
|
|
|
@ -36815,6 +36815,10 @@ div.editor_atto_toolbar button .icon {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
--navbar-height: 50px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reportbuilder.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue