mirror of
https://github.com/moodle/moodle.git
synced 2025-04-09 02:12:22 +02:00
Merge branch 'MDL-67511-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
473634a450
@ -1 +1 @@
|
||||
<div class="toast-wrapper mx-auto py-3 fixed-top" role="status" aria-live="polite"></div>
|
||||
<div class="toast-wrapper mx-auto py-0 fixed-top" role="status" aria-live="polite"></div>
|
||||
|
@ -2281,4 +2281,8 @@ $picker-emojis-per-row: 7 !default;
|
||||
max-height: 0;
|
||||
// Place these above any modals and other elements.
|
||||
z-index: 1051;
|
||||
|
||||
> :first-child {
|
||||
margin-top: $spacer;
|
||||
}
|
||||
}
|
||||
|
@ -11237,6 +11237,8 @@ body.h5p-embed .h5pmessages {
|
||||
max-width: 350px;
|
||||
max-height: 0;
|
||||
z-index: 1051; }
|
||||
.toast-wrapper > :first-child {
|
||||
margin-top: 1rem; }
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
|
@ -11448,6 +11448,8 @@ body.h5p-embed .h5pmessages {
|
||||
max-width: 350px;
|
||||
max-height: 0;
|
||||
z-index: 1051; }
|
||||
.toast-wrapper > :first-child {
|
||||
margin-top: 1rem; }
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user