Skip to content

Commit

Permalink
Merge pull request #8011 from michaelchadwick/frontend-5614-feed-icon…
Browse files Browse the repository at this point in the history
…-proximity-fix

fix main navigation feed icon spacing
  • Loading branch information
dartajax committed Jul 26, 2024
2 parents 0ce7e4f + 79642f5 commit e8fea7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
>
{{t "general.calendar"}}
</LinkTo>
</li>
<li>
<IcsFeed
@url={{this.icsFeedUrl}}
@instructions={{this.icsInstructions}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,26 @@
li {
margin: 0;

&:nth-of-type(3) {
align-items: center;
display: flex;
gap: 5px;
}

.ilios-calendar-ics-feed {
padding: 0;
text-align: center;
width: 90%;

.highlight {
@include m.for-phone-only {
/* stylelint-disable property-disallowed-list */
width: 7vw;
}
align-items: center;
display: flex;
color: c.$orange;
@include m.font-size("large");

@include m.for-phone-only {
@include m.font-size("medium");
}
}
}
}
Expand Down

0 comments on commit e8fea7e

Please sign in to comment.