|
20 | 20 |
|
21 | 21 | <p *ngIf="!exposeC1Apps" class="tw-mt-1-px landing--divider"></p>
|
22 | 22 |
|
23 |
| - <div class="tw-pt-40-px" [ngClass]="brandingStyle.common.mainPaddingStyle"> |
| 23 | + <div class="tw-pt-40-px" [ngClass]="brandingStyle.common.mainComponentPadding"> |
24 | 24 | <div *ngIf="integrationTabs.ALL || integrationTabs.ACCOUNTING">
|
25 | 25 | <p class="landing--section-heading">
|
26 | 26 | Accounting
|
|
34 | 34 |
|
35 | 35 | <div class="tw-flex tw-flex-wrap tw-gap-5">
|
36 | 36 | <div *ngIf="exposeApps.NETSUITE">
|
37 |
| - <div class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openAccountingIntegrationApp(AccountingIntegrationApp.NETSUITE)"> |
| 37 | + <div class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openAccountingIntegrationApp(AccountingIntegrationApp.NETSUITE)"> |
38 | 38 | <img src="assets/logos/netsuite-logo.png" class="tw-mt-[-16px]" width="120px" height="60px" />
|
39 | 39 | <span class="landing--accounting-app-name !tw-pt-18-px">
|
40 | 40 | NetSuite
|
41 | 41 | </span>
|
42 | 42 | </div>
|
43 | 43 | </div>
|
44 |
| - <div *ngIf="exposeApps.INTACCT" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openAccountingIntegrationApp(AccountingIntegrationApp.SAGE_INTACCT)"> |
| 44 | + <div *ngIf="exposeApps.INTACCT" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openAccountingIntegrationApp(AccountingIntegrationApp.SAGE_INTACCT)"> |
45 | 45 | <img src="assets/logos/intacct-logo.png" class="tw-mt-[-16px]" width="120px" height="60px" />
|
46 | 46 | <span class="landing--accounting-app-name !tw-pt-8-px">
|
47 | 47 | Sage Intacct
|
48 | 48 | </span>
|
49 | 49 | </div>
|
50 |
| - <div *ngIf="exposeApps.QBO" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openAccountingIntegrationApp(AccountingIntegrationApp.QBO)"> |
| 50 | + <div *ngIf="exposeApps.QBO" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openAccountingIntegrationApp(AccountingIntegrationApp.QBO)"> |
51 | 51 | <img class="tw-mt-10-px" src="assets/logos/quickbooks-logo.png" width="120px" />
|
52 | 52 | <span class="landing--accounting-app-name">
|
53 | 53 | QuickBooks Online
|
54 | 54 | </span>
|
55 | 55 | </div>
|
56 |
| - <div *ngIf="exposeApps.XERO" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openAccountingIntegrationApp(AccountingIntegrationApp.XERO)"> |
| 56 | + <div *ngIf="exposeApps.XERO" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openAccountingIntegrationApp(AccountingIntegrationApp.XERO)"> |
57 | 57 | <img src="assets/logos/xero-logo.png" class="tw-mt-[-20px]" width="65px" height="60px" />
|
58 | 58 | <span class="landing--accounting-app-name">
|
59 | 59 | Xero
|
60 | 60 | </span>
|
61 | 61 | </div>
|
62 |
| - <div *ngIf="exposeApps.QBD && showQBDIIFIntegration" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openInAppIntegration(InAppIntegration.QBD)"> |
| 62 | + <div *ngIf="exposeApps.QBD && showQBDIIFIntegration" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openInAppIntegration(InAppIntegration.QBD)"> |
63 | 63 | <img src="assets/logos/quickbooks-logo.png" width="120px" height="60px" />
|
64 | 64 | <span class="landing--accounting-app-name">
|
65 | 65 | QuickBooks Desktop (IIF)
|
66 | 66 | </span>
|
67 | 67 | </div>
|
68 | 68 | <!-- Direct -->
|
69 |
| - <div *ngIf="exposeApps.QBD_DIRECT && org.allow_qbd_direct_integration" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openInAppIntegration(InAppIntegration.QBD_DIRECT)"> |
| 69 | + <div *ngIf="exposeApps.QBD_DIRECT && org.allow_qbd_direct_integration" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openInAppIntegration(InAppIntegration.QBD_DIRECT)"> |
70 | 70 | <img src="assets/logos/quickbooks-logo.png" width="120px" height="60px" />
|
71 | 71 | <span class="landing--accounting-app-name tw-gap-2 tw-px-4 tw-flex tw-items-center">
|
72 | 72 | QuickBooks Desktop (Web Connector)
|
73 | 73 | <app-badge [theme]="ThemeOption.DARK" text="Beta"></app-badge>
|
74 | 74 | </span>
|
75 | 75 | </div>
|
76 |
| - <div *ngIf="exposeApps.SAGE300" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openInAppIntegration(InAppIntegration.SAGE300)"> |
| 76 | + <div *ngIf="exposeApps.SAGE300" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openInAppIntegration(InAppIntegration.SAGE300)"> |
77 | 77 | <img src="assets/logos/sage300-logo.svg" width="110px" height="60px" />
|
78 | 78 | <span class="landing--accounting-app-name tw-gap-2">
|
79 | 79 | Sage 300 CRE
|
80 | 80 | <app-badge *ngIf="!orgsToHideSage300BetaBadge.includes(org.fyle_org_id)" [theme]="ThemeOption.DARK" text="Beta"></app-badge>
|
81 | 81 | </span>
|
82 | 82 | </div>
|
83 |
| - <div *ngIf="exposeApps.BUSINESS_CENTRAL && org.allow_dynamics" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openInAppIntegration(InAppIntegration.BUSINESS_CENTRAL)"> |
| 83 | + <div *ngIf="exposeApps.BUSINESS_CENTRAL && org.allow_dynamics" class="landing--accounting-app tw-mt-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openInAppIntegration(InAppIntegration.BUSINESS_CENTRAL)"> |
84 | 84 | <img src="assets/logos/BusinessCentral-logo.svg" class="tw-mt-[-20px]" width="50px" height="60px" />
|
85 | 85 | <span class="landing--accounting-app-name tw-gap-2 tw-px-4 tw-flex tw-items-center">
|
86 | 86 | Dynamics 365 Business Central
|
|
100 | 100 | </p>
|
101 | 101 |
|
102 | 102 | <div class="tw-flex">
|
103 |
| - <div class="landing--accounting-app tw-mr-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openInAppIntegration(InAppIntegration.BAMBOO_HR)"> |
| 103 | + <div class="landing--accounting-app tw-mr-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openInAppIntegration(InAppIntegration.BAMBOO_HR)"> |
104 | 104 | <img src="assets/logos/bamboo-hr-logo.svg" width="160px" height="60px" />
|
105 | 105 | <span class="landing--accounting-app-name">
|
106 | 106 | BambooHR
|
|
119 | 119 | </p>
|
120 | 120 |
|
121 | 121 | <div class="tw-flex">
|
122 |
| - <div class="landing--accounting-app tw-mr-20-px" [ngClass]="brandingStyle.common.mainShadowStyle" (click)="openInAppIntegration(InAppIntegration.TRAVELPERK)"> |
| 122 | + <div class="landing--accounting-app tw-mr-20-px" [ngClass]="brandingStyle.common.mainComponentShadow" (click)="openInAppIntegration(InAppIntegration.TRAVELPERK)"> |
123 | 123 | <img src="assets/logos/travelperk-logo.svg" width="160px" height="60px" />
|
124 | 124 | <span class="landing--accounting-app-name">
|
125 | 125 | TravelPerk
|
|
0 commit comments