mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-66609 core_h5p: Add some H5P styles to themes
This commit is contained in:
parent
360755cc56
commit
35221a2e15
@ -2254,6 +2254,15 @@ $switch-transition: .2s all !default;
|
||||
min-height: 3.125rem;
|
||||
}
|
||||
|
||||
body.h5p-embed {
|
||||
#maincontent {
|
||||
display: none;
|
||||
}
|
||||
.h5pmessages {
|
||||
min-height: 230px; // This should be the same height as default core_h5p iframes.
|
||||
}
|
||||
}
|
||||
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
|
@ -11452,6 +11452,12 @@ div.editor_atto_toolbar button .icon {
|
||||
.paged-content-page-container {
|
||||
min-height: 3.125rem; }
|
||||
|
||||
body.h5p-embed #maincontent {
|
||||
display: none; }
|
||||
|
||||
body.h5p-embed .h5pmessages {
|
||||
min-height: 230px; }
|
||||
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
@ -11707,6 +11707,12 @@ div.editor_atto_toolbar button .icon {
|
||||
.paged-content-page-container {
|
||||
min-height: 3.125rem; }
|
||||
|
||||
body.h5p-embed #maincontent {
|
||||
display: none; }
|
||||
|
||||
body.h5p-embed .h5pmessages {
|
||||
min-height: 230px; }
|
||||
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
Loading…
x
Reference in New Issue
Block a user