mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-84820' of https://github.com/paulholden/moodle
This commit is contained in:
commit
f9dc4b051d
@ -9,6 +9,7 @@
|
||||
display: flex;
|
||||
|
||||
.icon {
|
||||
max-width: initial;
|
||||
width: auto;
|
||||
height: 1.3rem;
|
||||
}
|
||||
@ -87,7 +88,7 @@
|
||||
&.status-icon {
|
||||
.icon {
|
||||
font-size: 8rem;
|
||||
width: auto;
|
||||
max-width: initial;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
@ -40740,6 +40740,7 @@ div.editor_atto_toolbar button .icon {
|
||||
display: flex;
|
||||
}
|
||||
.moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-logo .icon {
|
||||
max-width: initial;
|
||||
width: auto;
|
||||
height: 1.3rem;
|
||||
}
|
||||
@ -40795,7 +40796,7 @@ div.editor_atto_toolbar button .icon {
|
||||
}
|
||||
.moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status span.status-icon .icon {
|
||||
font-size: 8rem;
|
||||
width: auto;
|
||||
max-width: initial;
|
||||
margin: 0;
|
||||
}
|
||||
.moodlenet-share-dialog .modal-footer .moodlenet-share-to {
|
||||
|
@ -40674,6 +40674,7 @@ div.editor_atto_toolbar button .icon {
|
||||
display: flex;
|
||||
}
|
||||
.moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-logo .icon {
|
||||
max-width: initial;
|
||||
width: auto;
|
||||
height: 1.3rem;
|
||||
}
|
||||
@ -40729,7 +40730,7 @@ div.editor_atto_toolbar button .icon {
|
||||
}
|
||||
.moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status span.status-icon .icon {
|
||||
font-size: 8rem;
|
||||
width: auto;
|
||||
max-width: initial;
|
||||
margin: 0;
|
||||
}
|
||||
.moodlenet-share-dialog .modal-footer .moodlenet-share-to {
|
||||
|
Loading…
x
Reference in New Issue
Block a user