Merge branch 'MDL-84295-404' of https://github.com/laurentdavid/moodle into MOODLE_404_STABLE
This commit is contained in:
@@ -1503,6 +1503,10 @@ $divider-hover-color: $primary !default;
|
||||
padding-top: map-get($spacers, 2);
|
||||
border-top: $border-width solid $border-color;
|
||||
@include font-size($small-font-size);
|
||||
// Fix activity description bottom margin for first level-lists.
|
||||
ul:not(.activity-description ul ul) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
// Add rounded borders to images.
|
||||
img {
|
||||
|
||||
@@ -29692,6 +29692,9 @@ span.editinstructions .alert-link {
|
||||
border-top: 1px solid #dee2e6;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
.activity-item .activity-altcontent.activity-description ul:not(.activity-description ul ul) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.activity-item .activity-altcontent img {
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
@@ -29692,6 +29692,9 @@ span.editinstructions .alert-link {
|
||||
border-top: 1px solid #dee2e6;
|
||||
font-size: 0.875em;
|
||||
}
|
||||
.activity-item .activity-altcontent.activity-description ul:not(.activity-description ul ul) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.activity-item .activity-altcontent img {
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user