Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha committed Dec 24, 2024
1 parent 6d86ba2 commit 868f35f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</span>
</div>
</div>
<div>
<div class="connect-card__primary-cta-container">
<ion-button
class="btn-primary connect-card__primary-cta"
fill="clear"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

&__primary-cta-container {
display: flex;
flex-direction: row;
justify-content: flex-end;
}

&__heading {
color: $black;
font-size: 20px;
Expand Down
4 changes: 4 additions & 0 deletions src/app/fyle/spender-onboarding/spender-onboarding.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ $toolbar-border: #ababab6b;
padding: 20px 16px;
}

&__component-container {
height: 75%;
}

&__step-tracker {
padding: 24px;
border-radius: 32px 32px 0px 0px;
Expand Down

0 comments on commit 868f35f

Please sign in to comment.