-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes around date selection for c1 | typography (#628)
* Few changes around date selection for c1 * fix fonts
- Loading branch information
1 parent
b744527
commit 1eb1588
Showing
12 changed files
with
103 additions
and
362 deletions.
There are no files selected for viewing
93 changes: 0 additions & 93 deletions
93
src/app/integrations/intacct/intacct-main/intacct-dashboard/intacct-dashboard.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +0,0 @@ | ||
.container { | ||
justify-content: center; | ||
} | ||
|
||
.pointer { | ||
cursor: pointer; | ||
} | ||
|
||
.inside-container { | ||
border-radius: 8px; | ||
border: 1px solid var(--grayscale-light-border, #ECECEE); | ||
padding: 24px; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
gap: 16px; | ||
max-width: auto; | ||
} | ||
|
||
.sub-text-container { | ||
border-radius: 8px; | ||
border: 1px solid var(--grayscale-light-border, #ECECEE); | ||
background: var(--grayscale-background, #FAFCFF); | ||
padding: 24px; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
gap: 16px; | ||
max-width: auto; | ||
} | ||
|
||
.flex-wrapper { | ||
display: flex; | ||
align-items: flex-start; | ||
justify-content: space-between | ||
} | ||
|
||
.sub-header { | ||
font-size: 14px; | ||
font-weight: 400; | ||
color: grey; | ||
} | ||
|
||
.truncate { | ||
@apply tw-w-100-px tw-whitespace-nowrap tw-overflow-hidden tw-text-ellipsis; | ||
} | ||
|
||
:host ::ng-deep .drop-down .p-dropdown { | ||
@apply tw-w-200-px tw-border-0 #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar { | ||
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar .p-progressbar-value { | ||
@apply tw-bg-mandatory-field-color tw-rounded-50 #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar-determinate .p-progressbar-value { | ||
content: none #{!important}; | ||
} | ||
|
||
.export-btn:disabled { | ||
@apply tw-cursor-not-allowed tw-bg-cta-disabled #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-calendar .p-inputtext { | ||
@apply tw-p-0 tw-bg-white tw-border-0 tw-cursor-pointer tw-transition-none ; | ||
} | ||
|
||
:host ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):hover .p-calendar .p-inputtext{ | ||
@apply tw-bg-disabled-bg-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-calendar ::placeholder { | ||
@apply tw-text-sub-text-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table td > span.p-highlight { | ||
@apply tw-text-white tw-bg-mandatory-field-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table td > span:focus { | ||
@apply tw-shadow-none #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table th { | ||
@apply tw-text-center ; | ||
} | ||
|
||
:host ::ng-deep .p-dialog { | ||
max-height: 100% !important; | ||
margin: 0rem !important; | ||
} | ||
62 changes: 0 additions & 62 deletions
62
...tacct-export-log/intacct-completed-export-log/intacct-completed-export-log.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +0,0 @@ | ||
.custom-search-field { | ||
border: 1px solid #ccc; | ||
border-radius: 4px; | ||
padding: 2px 10px; | ||
display: inline-flex; | ||
align-items: center; | ||
width: 350px; | ||
height: 40px; | ||
} | ||
|
||
.custom-search-field i.pi-search { | ||
margin-right: 10px; | ||
color: grey; | ||
} | ||
|
||
.custom-search-field input[type="text"] { | ||
border: none; | ||
outline: none; | ||
width: 100%; | ||
} | ||
|
||
input.custom-focus:focus { | ||
outline: none; | ||
border: 1px solid black !important; | ||
} | ||
|
||
.clickable-row:hover { | ||
@apply tw-cursor-pointer; | ||
&:hover { | ||
@apply tw-bg-lv-table-hover-bg; | ||
} | ||
} | ||
|
||
:host ::ng-deep .drop-down .p-dropdown { | ||
@apply tw-w-200-px tw-border-0 #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar { | ||
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar .p-progressbar-value { | ||
@apply tw-bg-mandatory-field-color tw-rounded-50 #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar-determinate .p-progressbar-value { | ||
content: none #{!important}; | ||
} | ||
|
||
.export-btn:disabled { | ||
@apply tw-cursor-not-allowed tw-bg-cta-disabled #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-dialog { | ||
max-height: 100% !important; | ||
margin: 0rem !important; | ||
} | ||
|
||
:host ::ng-deep .selectedItem .p-dropdown-trigger { | ||
@apply tw-hidden #{!important}; | ||
} | ||
|
||
70 changes: 0 additions & 70 deletions
70
...pp/integrations/intacct/intacct-main/intacct-export-log/intacct-export-log.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +0,0 @@ | ||
/* Mimic the look of the calendar field */ | ||
.custom-search-field { | ||
border: 1px solid #ccc; | ||
border-radius: 4px; | ||
padding: 2px 10px; | ||
display: inline-flex; | ||
align-items: center; | ||
width: 400px; | ||
} | ||
|
||
.custom-search-field i.pi-search { | ||
margin-right: 10px; | ||
} | ||
|
||
.custom-search-field input[type="text"] { | ||
border: none; | ||
outline: none; | ||
width: 100%; | ||
} | ||
|
||
.clickable-row:hover { | ||
@apply tw-cursor-pointer; | ||
&:hover { | ||
@apply tw-bg-lv-table-hover-bg; | ||
} | ||
} | ||
|
||
:host ::ng-deep .drop-down .p-dropdown { | ||
@apply tw-w-200-px tw-border-0 #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar { | ||
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar .p-progressbar-value { | ||
@apply tw-bg-mandatory-field-color tw-rounded-50 #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar-determinate .p-progressbar-value { | ||
content: none #{!important}; | ||
} | ||
|
||
.export-btn:disabled { | ||
@apply tw-cursor-not-allowed tw-bg-cta-disabled #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-calendar .p-inputtext { | ||
@apply tw-p-0 tw-bg-white tw-border-0 tw-cursor-pointer tw-transition-none ; | ||
} | ||
|
||
:host ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):hover .p-calendar .p-inputtext{ | ||
@apply tw-bg-disabled-bg-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-calendar ::placeholder { | ||
@apply tw-text-sub-text-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table td > span.p-highlight { | ||
@apply tw-text-white tw-bg-mandatory-field-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table td > span:focus { | ||
@apply tw-shadow-none #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table th { | ||
@apply tw-text-center ; | ||
} | ||
74 changes: 0 additions & 74 deletions
74
...ct-main/intacct-export-log/intacct-skip-export-log/intacct-skip-export-log.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +0,0 @@ | ||
.custom-search-field { | ||
border: 1px solid #ccc; | ||
border-radius: 4px; | ||
padding: 2px 8px; | ||
display: inline-flex; | ||
align-items: center; | ||
width: 350px; | ||
height: 40px; | ||
} | ||
|
||
.custom-search-field i.pi-search { | ||
margin-right: 10px; | ||
} | ||
|
||
.custom-search-field input[type="text"] { | ||
border: none; | ||
outline: none; | ||
width: 100%; | ||
} | ||
|
||
.clickable-row:hover { | ||
@apply tw-cursor-pointer; | ||
&:hover { | ||
@apply tw-bg-lv-table-hover-bg; | ||
} | ||
} | ||
|
||
:host ::ng-deep .drop-down .p-dropdown { | ||
@apply tw-w-200-px tw-border-0 #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar { | ||
@apply tw-h-1.5 tw-bg-progress-bar-bg #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar .p-progressbar-value { | ||
@apply tw-bg-mandatory-field-color tw-rounded-50 #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-progressbar-determinate .p-progressbar-value { | ||
content: none #{!important}; | ||
} | ||
|
||
.export-btn:disabled { | ||
@apply tw-cursor-not-allowed tw-bg-cta-disabled #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-calendar .p-inputtext { | ||
@apply tw-p-0 tw-bg-white tw-border-0 tw-cursor-pointer tw-transition-none ; | ||
} | ||
|
||
:host ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):hover .p-calendar .p-inputtext{ | ||
@apply tw-bg-disabled-bg-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-calendar ::placeholder { | ||
@apply tw-text-sub-text-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table td > span.p-highlight { | ||
@apply tw-text-white tw-bg-mandatory-field-color #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table td > span:focus { | ||
@apply tw-shadow-none #{!important}; | ||
} | ||
|
||
:host ::ng-deep .p-datepicker table th { | ||
@apply tw-text-center ; | ||
} | ||
|
||
:host ::ng-deep .selectedItem .p-dropdown-trigger { | ||
@apply tw-hidden #{!important}; | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.