Skip to content

Commit

Permalink
fix: logo size + font size fixes (#1171)
Browse files Browse the repository at this point in the history
* fix: logo size + font size fixes

* fix: beta badge positioning (#1172)
  • Loading branch information
1 parent 46dab9d commit dff9476
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/integrations/landing-v2/landing-v2.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 class="landing-v2--section-heading">
<button class="btn-connect">Connect</button>
}
</div>
<span class="landing-v2--accounting-app-name tw-items-center tw-gap-4">
<span class="landing-v2--accounting-app-name tw-items-start tw-gap-[10px] !tw-text-12-px">
<div>
Dynamics 365 Business Central
<div class="landing-v2--accounting-app-type">Accounting</div>
Expand Down Expand Up @@ -108,7 +108,7 @@ <h3 class="landing-v2--section-heading">
<button class="btn-connect">Connect</button>
}
</div>
<span class="landing-v2--accounting-app-name tw-items-center tw-gap-4">
<span class="landing-v2--accounting-app-name tw-items-start tw-gap-4">
<div>
QuickBooks Desktop (Web Connector)
<div class="landing-v2--accounting-app-type">Accounting</div>
Expand Down Expand Up @@ -137,14 +137,14 @@ <h3 class="landing-v2--section-heading">
<div *ngIf="isAppShown('SAGE300')" class="landing-v2--accounting-app"
(click)="openInAppIntegration(InAppIntegration.SAGE300)">
<div class="tw-flex tw-justify-between tw-items-center">
<img src="assets/logos/sage300-logo.png" class="tw-py-[4px]" />
<img src="assets/logos/sage300-logo.png" class="tw-py-[5px]" />
@if (isAppConnected('SAGE300')) {
<app-badge text="Connected" [theme]="ThemeOption.SUCCESS"></app-badge>
} @else {
<button class="btn-connect">Connect</button>
}
</div>
<span class="landing-v2--accounting-app-name tw-items-center tw-gap-4">
<span class="landing-v2--accounting-app-name tw-items-start tw-gap-4">
<div>
Sage 300 CRE
<div class="landing-v2--accounting-app-type">Accounting</div>
Expand Down

0 comments on commit dff9476

Please sign in to comment.