Skip to content

Commit

Permalink
MDL-73543 theme: add left margin to move block icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Feb 2, 2022
1 parent 8f46c10 commit a1059b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/icons.scss
Expand Up @@ -31,6 +31,7 @@ $iconsizes: map-merge((
padding: 0;
box-sizing: content-box;
margin-right: 0.5rem;
margin-left: 0.5rem;

&.spacer {
margin-right: 0;
Expand Down
3 changes: 2 additions & 1 deletion theme/boost/style/moodle.css
Expand Up @@ -11955,7 +11955,8 @@ input[disabled] {
margin: 0;
padding: 0;
box-sizing: content-box;
margin-right: 0.5rem; }
margin-right: 0.5rem;
margin-left: 0.5rem; }
.icon.spacer {
margin-right: 0; }
.icon.iconsize-big {
Expand Down
3 changes: 2 additions & 1 deletion theme/classic/style/moodle.css
Expand Up @@ -12176,7 +12176,8 @@ input[disabled] {
margin: 0;
padding: 0;
box-sizing: content-box;
margin-right: 0.5rem; }
margin-right: 0.5rem;
margin-left: 0.5rem; }
.icon.spacer {
margin-right: 0; }
.icon.iconsize-big {
Expand Down

0 comments on commit a1059b1

Please sign in to comment.