Skip to content

Commit

Permalink
Intacct connector page info box for fyle theme
Browse files Browse the repository at this point in the history
  • Loading branch information
DhaaraniCIT committed Oct 1, 2024
1 parent a7bd5c9 commit ac63bce
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,16 @@
Incorrect {{brandingContent.intacct.common.password}}. Enter correct {{brandingContent.intacct.common.password}}.
</div>
</div>
<div class="tw-w-400-px tw-py-8-px tw-px-16-px tw-rounded-6-px" [ngClass]="{'tw-bg-bg-tertiary-lighter tw-border tw-border-separator' : brandingConfig.brandId === 'co', 'tw-bg-info-section' : brandingConfig.brandId !== 'co'}">
<p class="tw-text-14-px" [ngClass]="{'tw-text-text-primary' : brandingConfig.brandId === 'co', 'tw-text-faded-text-color' : brandingConfig.brandId !== 'co'}">
<div *ngIf="brandingConfig.brandId === 'co'" class="tw-w-400-px tw-py-8-px tw-px-16-px tw-rounded-6-px tw-bg-bg-tertiary-lighter tw-border tw-border-separator">
<p class="tw-text-14-px tw-text-text-primary">
Make sure you’re entering your integration credentials. These should be different than your Sage Intacct credentials.
</p>
</div>
<div *ngIf="brandingConfig.brandId !== 'co'" class="tw-w-400-px">
<app-configuration-info-label
[infoText]="'Make sure you’re entering your integration credentials. These should be different than your Sage Intacct credentials.'">
</app-configuration-info-label>
</div>
</div>
</div>
</form>
Expand Down

0 comments on commit ac63bce

Please sign in to comment.