MDL-66609 core_h5p: Add some H5P styles to themes

This commit is contained in:
Sara Arjona 2019-10-03 21:50:38 +02:00 committed by Andrew Nicols
parent 360755cc56
commit 35221a2e15
3 changed files with 21 additions and 0 deletions

View File

@ -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 */
}

View File

@ -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 */ }

View File

@ -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 */ }