Skip to content

Commit

Permalink
fix(junior): add margin in a button between text and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rouxxi committed Sep 23, 2024
1 parent 58cf2ef commit 0299629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions junior/app/styles/pages/identified/missions/mission.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
padding: 16px 32px 16px 40px;
font-size: 18px;
border-radius: 100px;

.icon {
margin-left: 10px;
}

@include device-is('tablet') {
margin: 32px 60px 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion junior/app/templates/assessment/results.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<PixButtonLink @route="identified.missions" @shape="rounded" class="details-action">
<p>{{t "pages.missions.end-page.back-to-missions"}}</p>
<FaIcon @icon="arrow-right" class="details-action__icon" />
<FaIcon @icon="arrow-right" class="details-action__icon" class="icon"/>
</PixButtonLink>

</div>
Expand Down

0 comments on commit 0299629

Please sign in to comment.