mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Merge branch 'MDL-83630' of https://github.com/paulholden/moodle
This commit is contained in:
commit
95b434cb4a
@ -65,6 +65,7 @@
|
|||||||
@extend .fa-solid;
|
@extend .fa-solid;
|
||||||
content: fa-content($fa-var-caret-right);
|
content: fa-content($fa-var-caret-right);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
padding-top: .2rem;
|
||||||
right: .75rem;
|
right: .75rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
@ -37609,6 +37609,7 @@ div.editor_atto_toolbar button .icon {
|
|||||||
.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after {
|
.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after {
|
||||||
content: "\f0da";
|
content: "\f0da";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
padding-top: 0.2rem;
|
||||||
right: 0.75rem;
|
right: 0.75rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
@ -37543,6 +37543,7 @@ div.editor_atto_toolbar button .icon {
|
|||||||
.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after {
|
.navbar.fixed-top .usermenu .dropdown-menu .dropdown-item.carousel-navigation-link::after {
|
||||||
content: "\f0da";
|
content: "\f0da";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
padding-top: 0.2rem;
|
||||||
right: 0.75rem;
|
right: 0.75rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user