mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-82200_404' of https://github.com/timhunt/moodle into MOODLE_404_STABLE
This commit is contained in:
commit
40ffccc33b
@ -535,6 +535,7 @@ span.editinstructions {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
border: $alert-border-width solid transparent;
|
border: $alert-border-width solid transparent;
|
||||||
|
width: fit-content;
|
||||||
|
|
||||||
@include alert-variant(
|
@include alert-variant(
|
||||||
theme-color-level('info', $alert-bg-level),
|
theme-color-level('info', $alert-bg-level),
|
||||||
|
@ -28459,6 +28459,7 @@ span.editinstructions {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
border: 0 solid transparent;
|
border: 0 solid transparent;
|
||||||
|
width: fit-content;
|
||||||
color: #00434e;
|
color: #00434e;
|
||||||
background-color: #cce6ea;
|
background-color: #cce6ea;
|
||||||
border-color: #b8dce2;
|
border-color: #b8dce2;
|
||||||
|
@ -28459,6 +28459,7 @@ span.editinstructions {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
border: 0 solid transparent;
|
border: 0 solid transparent;
|
||||||
|
width: fit-content;
|
||||||
color: #00434e;
|
color: #00434e;
|
||||||
background-color: #cce6ea;
|
background-color: #cce6ea;
|
||||||
border-color: #b8dce2;
|
border-color: #b8dce2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user