Skip to content

Commit

Permalink
Few fixes for Business Central (#592)
Browse files Browse the repository at this point in the history
* Few fixes for Business Central

* rm fyle hover
  • Loading branch information
ashwin1111 authored Feb 22, 2024
1 parent 10d9e23 commit 046cae3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/app/branding/branding-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const kbArticles: KbArticle = {
INTACCT: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
TRAVELPERK: 'https://help.fylehq.com/en/articles/7549535-how-are-travelperk-invoices-created-as-expenses-in-fyle',
SAGE300: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
BUSINESS_CENTRAL: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle'
BUSINESS_CENTRAL: 'https://help.fylehq.com/en/articles/8911018-how-to-configure-the-fyle-dynamics-365-business-central-integration'
},
onboardingArticles: {
INTACCT: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
<app-main-menu [modules]="modules" [activeItem]="modules[0]" [appName]="appName" [isDropdrownRequired]="true" (refreshDimensionClick)="refreshDimensions($event)"></app-main-menu>
<app-main-menu [modules]="modules" [activeItem]="modules[0]" [appName]="appName" [isDropdrownRequired]="false" (refreshDimensionClick)="refreshDimensions($event)"></app-main-menu>
<div>
<router-outlet></router-outlet>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="tw-p-24-px tw-border-b tw-border-b-border-tertiary">
<div class="tw-flex tw-items-center tw-justify-between">
<div>
<h3 class="tw-text-text-primary tw-font-600" [ngClass]="{'tw-text-18-px': brandingConfig.brandId === 'co'}">
<h3 class="tw-text-text-primary tw-font-nav-link-font-weight" [ngClass]="{'tw-text-18-px': brandingConfig.brandId === 'co'}">
{{ headerText }}
</h3>
<h5 class="tw-text-text-muted tw-text-14-px tw-pt-8-px !tw-font-400 tw-text-pretty">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="tw-rounded-lg tw-border-separator tw-border tw-bg-bg-tertiary-lighter tw-p-24-px">
<h4 class="tw-text-text-primary tw-font-600">
<h4 class="tw-text-text-primary tw-font-nav-link-font-weight">
{{label}}
</h4>
<h5 class="tw-text-text-muted tw-text-14-px tw-pt-8-px !tw-font-400">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
@apply tw-w-200-px #{!important}
}

:host ::ng-deep .mapped {
@apply tw-text-12-px tw-rounded-full tw-border tw-border-solid tw-border-mapped-green-border tw-bg-mapped-green-bg tw-py-4-px tw-px-12-px tw-text-success-toast tw-w-fit #{!important}
}

:host ::ng-deep .unmapped {
@apply tw-text-12-px tw-rounded-full tw-border tw-border-solid tw-border-unmapped-red-border tw-bg-unmapped-red-bg tw-py-4-px tw-px-12-px tw-text-alert-toast tw-w-fit #{!important}
}

:host ::ng-deep .filterDropdown .p-dropdown .p-dropdown-label.p-inputtext {
@apply tw-py-10-px #{!important};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
@apply tw-w-200-px #{!important}
}

:host ::ng-deep .mapped {
@apply tw-text-12-px tw-rounded-full tw-border tw-border-solid tw-border-mapped-green-border tw-bg-mapped-green-bg tw-py-4-px tw-px-12-px tw-text-success-toast tw-w-fit #{!important}
}

:host ::ng-deep .unmapped {
@apply tw-text-12-px tw-rounded-full tw-border tw-border-solid tw-border-unmapped-red-border tw-bg-unmapped-red-bg tw-py-4-px tw-px-12-px tw-text-alert-toast tw-w-fit #{!important}
}

:host ::ng-deep .filterDropdown .p-dropdown .p-dropdown-label.p-inputtext {
@apply tw-py-10-px #{!important};
}
Expand Down
2 changes: 0 additions & 2 deletions src/assets/themes/fyle/fdl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@

--input-focused-border: var(--bg-secondary);

--lv-table-hover-bg: #F3F6FA;

--lv-pagination-icon-active-color: var(--icon-tertiary);

--lv-pagination-icon-disable-color: var(--icon-disable);
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ p {
}

.mapped {
@apply tw-text-12-px tw-font-nav-link-font-weight tw-rounded-full tw-border tw-border-solid tw-border-border-highlight-light tw-bg-bg-highlight-light tw-py-4-px tw-px-10-px tw-text-text-highlight tw-w-fit #{!important}
@apply tw-text-12-px tw-font-nav-link-font-weight tw-rounded-full tw-border tw-border-solid tw-border-border-success-light tw-bg-bg-success-light tw-py-4-px tw-px-10-px tw-text-text-success tw-w-fit #{!important}
}

.unmapped {
Expand Down

0 comments on commit 046cae3

Please sign in to comment.