Skip to content

Commit

Permalink
Merge pull request #8188 from michaelchadwick/frontend-5696-icon-spac…
Browse files Browse the repository at this point in the history
…ing-fix

icon spacing improvement
  • Loading branch information
dartajax authored Oct 25, 2024
2 parents 5bad904 + 3acaad5 commit e23b07b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.lm-icons {
height: 1rem;
margin-left: 0.1rem;
margin: 0 0.1rem;

.required {
grid-column-start: 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
.single-event-learningmaterial-item-title {
display: flex;
align-items: center;

&.fa-download {
margin-left: 0.1rem;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@

.week-glance-learning-material-list-item {
display: flex;

&.fa-download {
margin-left: 0.1rem;
}
}
}
}

0 comments on commit e23b07b

Please sign in to comment.