Skip to content

Commit

Permalink
Merge branch 'MDL-78966-master' of https://github.com/rjnl/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 1, 2023
2 parents bf1568a + fc49574 commit 2e58ae5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/icons.scss
Expand Up @@ -144,6 +144,7 @@ $iconsizes: map-merge((
.activityicon,
.icon {
margin: 0;
font-size: $icon-medium-width;
height: $icon-medium-width;
width: $icon-medium-height;
}
Expand Down
1 change: 1 addition & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -26178,6 +26178,7 @@ blockquote {
.activityiconcontainer .activityicon,
.activityiconcontainer .icon {
margin: 0;
font-size: 24px;
height: 24px;
width: 24px;
}
Expand Down
1 change: 1 addition & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -26178,6 +26178,7 @@ blockquote {
.activityiconcontainer .activityicon,
.activityiconcontainer .icon {
margin: 0;
font-size: 24px;
height: 24px;
width: 24px;
}
Expand Down

0 comments on commit 2e58ae5

Please sign in to comment.